
A{
  text-decoration : none;
}
A:HOVER{
  color : red;
  background-color : aqua;
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  background-color : aqua;
  text-decoration : none;
}
BODY{
  background-repeat : repeat;
  background-attachment : fixed;
}
