 
A{
  font-weight : bold;
  text-decoration : none;
}
A:HOVER{
  
  text-decoration : underline;
  font-weight : lighter;
}
A:LINK{
  font-weight : bold;
  text-decoration : none;
}
A:ACTIVE{
  font-weight : bold;
  text-decoration : none;
}
