BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white; 
	background-image: none;
	color: black;
	}

A:link {
	text-decoration: underline; 
	color: darkblue;
	}

A:visited {
	text-decoration: underline; 
	color: #990000;
	}

A:hover {
	text-decoration: underline;
 	color: maroon;
 	background-color: #FFFFEE;
 	}

A:active {
	text-decoration: underline;
 	color: #CC0000;
 	background-color: white;
 	}

H3 {
	font-size: 100%;
	}

UL {
	font-size: 90%;
	}

P.normal {
	font-size: 90%;
	text-indent: 2em;
	line-height: 1.4em;
	margin-top: .6em;
	margin-bottom: .6em;
	}

P.fineprint {
	font-size: 75%;
	font-family: "Comic Sans MS", Tekton, Verdana, Arial, Helvetica, sans-serif;
	}
	
P.hanging {
	font-size: 90%;
	text-indent: -3em;
	padding-left: 3em;
	}

.menu {
	font-size: 75%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
	}

.menu P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	}
