body {}
p {}
td {}
a { color: green; text-decoration: none }
a:hover { color: blue; text-decoration: underline }
a:active { color: red; text-decoration: underline }
a:visited { color: fuchsia; text-decoration: none }
