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