body { color: black; font-size: 12px; line-height: 10px; background-color: white; background-repeat: no-repeat; }

p {}

td {}

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

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

a:hover { color: purple ; text-decoration: underline; }

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

