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