body { color: lime; background-color: black; text-decoration: none; }

p { }

td { }

a:link { color: yellow; font-size: larger; font-weight: bold; background-color: black; text-decoration: none; text-align: center; }

a:visited { color: white; font-size: larger; font-weight: bold; text-decoration: none; }

a:hover { color: #f00; text-decoration: underline; }

a:active { }

