@charset "UTF-8";
thead tr th {
    background-color: #00006F;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}
th, td {
    padding: 5px;      
} 
body {
    font-family: sans-serif;
    font-size: 12px;
}
table {
    padding: 5px;
}

li {
    padding: 5px;
}
tr:nth-child(even) {
    background-color: #EEEEEE;
}body h1 {
    color: #00006F;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}

a:active {
  color: lightblue;
}

a:visited {
  color: blue;
}