body { color: black; background-color: transparent; text-decoration: none; }
p {}
td {}
a:link { color: white }
a:visited { color: white }
a:hover { color: black }
a:active { color: black }
.bottomnav a:link {
	text-decoration: none;
	color: #989898;
	}
.bottomnav a:visited {
	text-decoration: none;
	color: #989898;
	}
.bottomnav a:hover {
	text-decoration: none;
	color: #000000;
	}
.bottomnav a:active {
	text-decoration: none;
	color: #989898;
	}
.copyright { font-size: xx-small; }
.regular a:link { color: blue; text-decoration: underline; }
.regular a:hover { color: red; text-decoration: underline; }
.regular a:active { color: red; text-decoration: underline; }
.regular a:visited { color: purple; text-decoration: underline; }
.quote { color: black; font-size: xx-small; font-style: italic; }
