body {
    font-family: verdana,arial,helvetica;
    font-size: 12pt;
    background-color:  GhostWhite;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #445066;
  position: fixed;
  top: 0;
  width: calc(100% - 16px);
}

li {
    float: left;
    font-weight: bold;
}

li a:hover:not(.active) {
  color: Coral;
}

li a.active {
  color: Coral;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

table.mt th, table.mt td {
  text-align: center;
}

table.mt tr {
    height: 35px;
}	     

table.mt tr:nth-child(even) {
  background-color: #ebedf1;
}

table.mt tr:nth-child(odd) {
  background-color: #dce0e8;
}

caption {
  display: table-caption;
  text-align: center;
  font-size: 15pt;
  color: gray;
}

a {
    color: DodgerBlue;
    target: _blank;
    text-decoration: none;
}

h2 {
    color: Coral;
    text-align: center;
}

h3 {
    color: Coral;
    background-color: LightGrey;
    font-style: italic;
}

