body { color: black; background-color: white; }

p {}

a.text:link { color: blue; }
a.text:visited { color: blue; }
a.text:hover{ color: blue; }
a.text:active { color: blue; }


td {}

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

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

a:hover { color: black; text-decoration: none; }

a:active { color: #CCCCCC; text-decoration: none; }

