A{
  font-weight : bold;
  text-decoration : none;
}
A:VISITED{
  font-weight : bold;
  text-decoration : none;
  color : blue;
}
A:HOVER{
  font-weight : bold;
  color : red;
  text-decoration : underline;
}
A:ACTIVE{
  font-weight : bold;
  color : silver;
  text-decoration : none;
}

