 
A{
  font-weight : normal;
  
  
  
}
A:LINK{
  font-weight : normal;
  
}
A:HOVER{
  font-weight : normal;
  color : red;
  
}
A:ACTIVE{
  font-weight : normal;
  
  text-decoration : underline;
}


