
a {
  color: #000099;
  text-decoration: underline;
}

a:visited {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

td {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 19px;
  color: #003366;
}

th {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration: bold;
}

.nav {
    font-size: 12px;

}

.nav2 A:link {color: #FFFFFF; text-decoration: none;}
.nav2 A:visited {color: #FFFFFF; text-decoration: none;}
.nav2 A:active {color: #FFFFFF; text-decoration: none;}
.nav2 A:hover {color: #FF0000; text-decoration: none;}