body { color: black; background-color: white; margin-top: 0; padding-top: 0; }

p {}

td {}

a:link { color: blue ; text-decoration: none; }

a:visited { color: purple }

a:hover { color: red ; font-style: italic; text-decoration: underline; }

a:active { color: blue ; text-decoration: underline; }

