body { color: white; background-color: black; text-decoration: none; }

p { text-decoration: none; }

td { text-decoration: none; }

a:link { font-weight: normal; font-style: normal; text-decoration: none; }

a:visited { color: #fefdfd; font-style: normal; text-decoration: none; }

a:hover { color: #ffce0c ; font-size: larger; font-style: normal; text-decoration: none; }

a:active { color: red ; font-style: normal; text-decoration: none; }

