 
A:LINK{
  color : blue;
    text-decoration : none;
}
A:VISITED{
  color : blue;
    text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
