BODY {
  font-size: 14px;
  font-family: Arial;
  background: white;
}
A:link, A:visited, A:active {
  font-size: 14px;
  font-family: Arial;
  color: black;
  text-decoration: underline;
}
A:hover {
  font-size: 14px;
  font-family: Arial;
  color: red;
  background: white;
}
a.highlight:link {color: white; font-size: 1px;}
a.highlight:visited {color: white; font-size: 1px;}
a.highlight:hover {color: white; font-size: 1px;}
a.highlight:active {color: white; font-size: 1px;}
TD {
  font-family: Arial;
  font-size: 14px;
  color: black;
  vertical-align: center;
}
.title
{
  font-size: 18px;
  color: white;
  background: #004D84;
}
.wwone
{
  background: #EFEFAD;
}
.wwtwo
{
  background: #E0FFE0;
}
