body { color: black; background-color: black; }

p {}

td {}

a:link { text-decoration: none; color: blue; }

a:visited { text-decoration: none; color: purple }

a:hover { text-decoration: none; color: purple }

a:active { text-decoration: none; color: red }



