 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  

  background-color : #ccffff;
}
A:LINK{
  font-weight : bold;
  color : navy;
}
A:VISITED{
  font-weight : bold;
  color : #481f87;
}
A:ACTIVE{
  font-weight : bold;
  color : #00ff00;
  text-decoration : underline;
}
