A:LINK	{
  text-decoration: none;
  color : aqua;
}
A:VISITED{
  text-decoration: none;
  color : aqua;
}
A:ACTIVE{
  text-decoration: none;
  color : yellow;
}
A:HOVER	{
  text-decoration : underline;
}
BODY	{
  background-color : black;
  color : white;
}