BODY {
  background-color:#999;
  font-family: lucida sans;
  font-size: 10pt;
}

TD{
  font-family: serif;
  font-size: 13px;
}

TD.right{
  font-family: sans-serif;
  font-size: 10pt;
  text-align: right
}

TD.center{
  font-family: sans-serif;
  font-size: 10pt;
  text-align: center
}

A:visited {
   color: #770000;
   text-decoration: underline;
}

A:hover {
   color: #000000;
   background-color: #0099CC;
   text-decoration: none;
}

