A:LINK {
  color : silver;
  text-decoration : underline;
}
A:VISITED {
  color : silver;
  text-decoration : underline;
}
A:HOVER         {
  color: #ff0000;
  text-decoration : underline overline;
  position:relative;
  top:1.5px;
  left:1.5px;
}
FONT{
  font-size : 9pt;
  
}
TD{
  font-size : 9pt;
  
}
.bigfont{
  font-size : 11pt;
}
.smallfont{
  font-size : 7pt;
}
.middlefont{
  font-size : 8pt;
}
BODY{
  font-size : 9pt;
  
}
.font-12pt{
  font-size : 12pt;
}
