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

A:link    {  text-decoration: none; color: #FF00FF}
A:visited {  text-decoration: none; color: green}
A:hover   {  text-decoration: underline; color: Red}