style.css
a:link {  color: #FF6600; text-decoration: none; font-weight: bold}
a:active {  color: #FF6600; text-decoration: none; font-weight: bold}
a:visited {  color: #FF6600; text-decoration: none; font-weight: bold}
a:hover {  color: #FFFFFF; background: #FF6600; font-weight: bold}
BODY { background: #FFFFFF;
color: #000000;}

