body { color: black; background-color: white; }

p { color: #000; background-color: white; }

td { color: #000; }

a:link { color: #000 ; text-decoration: none; }

a:visited { color: #000 ; text-decoration: none; }

a:hover { color: #ff0080 ; background-color: #fff; text-decoration: none; }

a:active { color: #000 ; text-decoration: none; }

