body { color: #808080; font-family: sans-serif; }
p {color: #000000; font-size: small;}
li {color: #800000; font-size: small;}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #808080;
	text-decoration: none;
}
