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