BODY {
	background: #0F4D0B;
	margin: 0px;
	color: white;
	font-family: verdana, arial, sans-serif;
	SCROLLBAR-FACE-COLOR: #3F713C;
	SCROLLBAR-HIGHLIGHT-COLOR: #0F4D0B;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FF8040;
	}
.navigation {
	font-size: 0.8em;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}
H2 {
	font-size: 1.65em
	}
H3 {
	font-size: 1.25em
	}
H4 {
	font-size: 1.1em;
	text-decoration: underline;
	}
U {
	color: #FF8040
	}
A:link, A:visited {
	color: white;
	text-decoration: none;
	}
A:hover {
	color: #FF8040;
	text-decoration: underline;
	}
A:active {
	color: #FF0000;
	text-decoration: none;
	}