body {
  background: #000000;
  color: #ffffff; /* TEXTCOLOR */
}

A:link, A:visited, A:active{
  text-decoration: none; 
  color: #ffff00}

A:active {color: #aaaaff;}

A:hover {color: #ffaaaa;}

