body { color: black; background-color: white; }
p {}
td {}
a:link { text-decoration: none; }
a:visited { color: orange ; text-decoration: none; }
a:hover { color: lime ; text-decoration: none; }
a:active { color: red ; text-decoration: none; }
