BODY{
  background-color : #ffffff;
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A{
  color : blue;
  text-decoration : none;
}
A:hover 
{
        color:red;
        text-decoration:underline;
}
TABLE{
  line-height : 14px;
  font-size : 12px;
}
H3{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
