body {
  background-color: white;
}

body,td {
  font-family: Verdana;
  font-size: 11px;
  color: black;
}

a {
  color: navy;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:visited {
  color: black;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: navy;
}

a.menu {
  font-size: 13px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a.menu:active {
  color: black;
}

a.menu:visited {
  color: black;
}

a.menu:hover {
  color: black;
  text-decoration: underline;
}

.copyright {
  font-size: 10px;
  color: black;
  font-weight: bold;
}


