 
A:LINK{
  color : #ffbf80;
}
A:HOVER{
  font-weight : bold;
  font-style : italic;
  color : aqua;
}
A:ACTIVE{
  color : #ffff62;
  font-weight : bold;
}
A:VISITED{
  color : #c6c6c6;
  font-weight : bold;
}
