A:VISITED{
  text-decoration : none;
  color : #009900;
}
A:HOVER{
  text-decoration : underline;
  color : red;
}
A:LINK{
  text-decoration : none;
}