 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TD{
  font-size : 14px;
}
A{
  text-decoration : none;
}
A:LINK{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  color : red;
  background-color : #ffe1df;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  background-color : #fed8dc;
  text-decoration : none;
}
IMG{
  border : 0px;
}