 
BODY{
  
  
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
A:link{
  color : black;
  text-decoration : none;

}
A:visited{
  color : black;
  text-decoration : none;
}
A:hover{
  color : silver;
  text-decoration : none;
}
A:active{
  color : #ff0000;
  text-decoration : none;
}
TD,DIV,P,CENTER{
  font-size : 15px;
}