A:HOVER{
  font-weight : bold;
  font-style : italic;
  color : aqua;
}
A:ACTIVE{
  color : #ffff3e;
}
A{
  color : #3c3cff;
}
