th { background-color:lightblue; }

a:link {color: blue; background-color: white; }
a:active {color: blue; background-color: white; }
a:visited {color: darkblue; background-color: white; }
a:hover {color: black; background-color: lightblue;}

