body { color: black; background-color: white; }

p {}

td {}

a:link { color: blue ; font-weight: bold; text-decoration: none; }

a:visited { color: purple ; font-weight: bold; text-decoration: none; }

a:hover { color: purple ; text-decoration: none; }

a:active { color: red ; text-decoration: none; }
h1 { color: green; font-size: 2em; font-weight: bold; margin: 0.67em 0; }
