 
A{
  color : #1515ff;
  text-decoration : none;
}
A:LINK{
  color : #1515ff;
  text-decoration : none;
}
A:VISITED{
  color : #0000ff;
  text-decoration : none;
}
A:HOVER{
  color : #ff0080;
  text-decoration : underline;
}
A:ACTIVE{
  color : #ff0080;
  text-decoration : underline;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  
  
}
HR{
  font-size : 1px;
  color : #80e6ff;
}