body { color: black; background-color: #ccc; text-align: center; width: 100%; height: auto; padding-bottom: 50px; }

p {}

td {}

a:link { color: #036 ; text-decoration: underline; }

a:visited { color: purple ; text-decoration: underline; }

a:hover { color: white ; background-color: blue; }

a:active { color: red }

