body { color: black; background-color: white; }
a { color: blue; text-decoration: none; }
td {}
a:link { color: #000 ; text-decoration: none; }
a:visited { color: #000 ; text-decoration: none; }
a:hover { color: purple ; text-decoration: none; }
a:active { color: red ; text-decoration: none; }

