 

A:HOVER{
  color : red;
  text-decoration : none;
}
A:VISITED{
  color : blue;
}
.white{
  color : white;
}
A{
  text-decoration : underline;
}
