 
A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : green;
  text-decoration : none;
}
A:HOVER{
  color : fuchsia;
  text-decoration : none;
}
