A{
  font-weight : bold;
  font-style : normal;
}
A:HOVER{
  font-weight : bold;
  font-style : italic;
}
A:VISITED{
  color : blue;
}

