body { color: #000; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; }
p {}
td {}
.nav { color: red; font-size: 12px; text-decoration: none; }
.navbig { color: red; text-decoration: none; }
.intnav { color: white; font-size: 12px; text-decoration: none; }
.intnav:hover { color: white; font-size: 12px; text-decoration: underline; }
.nav:visited { color: red; font-size: 12px; text-decoration: none; }
.nav:hover { color: red; font-size: 12px; text-decoration: underline; }
.subnav { color: red; font-size: 10px; text-decoration: none; }
.subnav:hover { color: white; font-size: 10px; background-color: red; text-decoration: none; }
.navbig:hover { color: white; text-decoration: none; background-color: red; }
