 
A:LINK{
  text-decoration : none;
}
A:VISITED{
  color : #744ef8;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : none;
}
BODY{
  background-color : white;
}
