body,td {
  font-family: Verdana,Arial,sans-serif;
  font-size: 80%;
  color:#000000;
}
body {
  background-color:#FFFFFF;
}

a:link {
  color: green;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: green;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: green;
  background: #ffff99;
  font-weight: bold;
  text-decoration: none;
}

a:active {
  color: green;
  font-weight: bold;
  background: #ffff99;
  font-style: italic;
}

input, select, textarea
{
  font-size: 8pt;
  font-family: Verdana,Arial,sans-serif;
}

hr {
  height: 1px;
  color: #000000;
}
