BODY{font-family : Verdana,sans-serif;font-weight : normal;color : white;background-color : black;text-decoration : none;}
A{
  color : yellow;
}
A:LINK{
  color : yellow;
}
A:VISITED{
  color : darkturquoise;
}
A:ACTIVE{
  color : lime;
}

