body {
    font-family: Times New Roman;
    font-size: 24px;
  margin: auto;
  max-width: 1280px;
  background-color: rgb(234,355,250);
}

h1 {
    color: rgb(205, 0, 0);
    font-family: bold;
}

h2 {
    color: rgb(105, 0, 100);
    font-family: normal;
}

h3 {
        color: rgb(105, 0, 100);
    font-family: italic;
}
  

.navbar {
    background-color: rgb(234,200,200);
  border-radius: 2px;
  max-width: 1200px;
}

.navbar a {
    color: rgb(0,0,170);
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
    color: rgb(0,100,100);
}

thead {
  border-bottom: 2px solid rgb(160 160 160);
  text-align: left;
  vertical-align: top;
  background-color:    rgb(224,345,230);
  line-height: 2em;
}


caption {
color: rgb(0,100,100);
    font-family: bold;
  line-height: 2em;
}

table {
    vertical-align: top;
}

li{
    height: 50px;
    margin-left: 20px;
}
