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

p {}

td {}

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

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

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

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

