  <STYLE type="text/css">
<!--
body {
  text-align: center;
}
A:HOVER{
  color : navy;
  background-color : white;
  text-decoration : underline;
}
A:ACTIVE{
  color : silver;
  background-color : white;
}
TD{
  font-size : 12px;
}
BODY{
  color : black;
  font-size : 12px;
}
A:VISITED{
  color : #808080;
}