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