 
BODY{
  font-size : 10pt;
  color : #000028;
}
A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : #0080ff;
  text-decoration : underline;
  background-color : #f18afd;
}
A:ACTIVE{
  color : purple;
  text-decoration : underline;
}
TD{
  font-size : 10pt;
}
