 
A:LINK{
  color : fuchsia;
  text-decoration : none;
}
A:VISITED{
  color : olive;
}
A:HOVER{
  color : gray;
}
