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

