 


A:HOVER{
  background-color : aqua;
}
A{
  color : blue;
  text-decoration : none;
}
A:ACTIVE{
  font-weight : bold;
  color : red;
}
BODY,TD{
  font-size : 95%;
}
