body { color: black; background-color: white; min-width: 800px; min-height: 600px; max-width: 800px; max-height: 600px; }
p {}
td {}
a:link { color: white ; text-decoration: none; }
a:visited { color: white ; text-decoration: none; }
a:hover { color: red ; font-size: larger; text-decoration: none; }
a:active { color: white ; text-decoration: none; }
