body { font-family: Arial; 
background-color: black;
color: red; }

A:link    {  text-decoration: none; color: yellow}
A:visited {  text-decoration: none; color: green}
A:hover   {  text-decoration: underline; color: blue}