body { color: black; background-color: white; }

p {}

td { color: blue; }

a:link { color: white ; text-decoration: none; }

a:visited { color: white ; text-decoration: none; }

a:hover { color: black ; text-decoration: none; }

a:active { color: gray ; text-decoration: none; }


