  
A:HOVER{
  font-weight : bolder;
  color : lime;
  text-decoration : none;
}
A{
  font-weight : bold;
  text-decoration : blink;
  color : green;
}
