body {background-color: white; color: black; }

a:visited { text-decoration: none; color: #4682b4; background-color: white; }
a:link { text-decoration: none; color: blue; background-color: white; }
a:active { color: red; background-color: white; } 
a:hover { text-decoration: underline; color: red; background-color: white; }

.menu 
a:hover { color: red; background-color: white; text-decoration: none; font-weight: bold;}
