 
A{
  color : aqua;
  
  text-decoration : none;
}
A:HOVER{
  color : lime;
}
BODY{
  color : white;
  background-color : black;
}
