 
TD{
  font-size : 10px;
  font-family : Verdana;
}
BODY{
  font-size : 10px;
  font-family : Verdana;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A:LINK,A:VISITED,A:ACTIVE{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  background-color : silver;
  text-decoration : none;
}
