 
<p>a:visited { color: #000000; text-decoration: none} </p>
<p>a:active { color: #660099; text-decoration: none} </p>
<p>a:hover { color: #FF0000; text-decoration: none} </p>
<p>a:link { color: #000000; text-decoration: none}</p>
<p>&nbsp; </p>
a:visited {  color: #000000; text-decoration: none}
a:active {  color: #660099; text-decoration: none}
a:link {  text-decoration: none; color: #000000}
a:visited {  text-decoration: none; color: #000000}
a:hover {  text-decoration: underline; color: #000000}
