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