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