BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : White;
}

A {
	color : Red;
	text-decoration : none;
}

A:Hover {
	color : #FFA500;
	text-decoration : underline;
}

.PageHeader
{
	font-size : x-large;
	font-weight : bold;
	color : Maroon;
}

.NavHead{
	font-size : x-small;
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
}

.Nav {
	font-size : x-small;
	font-family : "Courier New", Courier, monospace;
}