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

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