 
A:LINK{
  font-weight : bold;
  color : blue;
}
A:VISITED{
  font-weight : bold;
  color : fuchsia;
}
A:HOVER{
  font-weight : bold;
  color : aqua;
}
