body { color: black; background-color: white; }

p {
	font-size: 100%;
	font-family: georgia, serif;
}

td {}

a:link {
	color: #900;
}

a:visited {
	color: #000;
}

a:hover {
	color: #999
}

a:active {
	color: #000;
}

a.nav:link {
	color: #900;
	text-decoration: none;
}
a.nav:visited {
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	color: #999
	text-decoration: underline;
}
a.nav:active {
	color: #000;
} 
