<STYLE type = "text/css">
body 
{
  font-family: verdana, halvetica, hover;
  font-size: 8pt;
  background-color: #CCCCFF;
}
body.menu 
{
  font-family: verdana, halvetica, hover;
  font-size: 10pt;
  background-color: #9999FF;
}

a:link 
{
  color: #330000;
  text-decoration: underlined;
  font-weight: bold;
}
a:active 
{
  color: #330000; 
  font-weight: bold;
  text-decoration: underlined;
}
a:hover 
{
  color: #330000;
  text-decoration: none;
  font-weight: bold;
}
a:visited 
{
  color: #330000;
  text-decoration: underlined;
  font-weight: normal;
}

td
{
font-size: 8pt;
}

</STYLE>