body {
	font-family: Times New Roman, Times, sans-serif;
	font-size: 18pt;
	color: 006633;
	background-color: #CCFFCC;

	scrollbar-base-color: 		#EEEEEE;
	scrollbar-track-color: 		#99CC99;
	scrollbar-face-color: 		#339966;
	scrollbar-highlight-color: 	#909090;
	scrollbar-3dlight-color: 	#000000;
	scrollbar-darkshadow-color:	#000000;
	scrollbar-shadow-color: 	#000000;
	scrollbar-arrow-color: 		#006633;
	

}
hr {
	color: #006633;
}
h1 {
	font-family: "Times New Roman";
	font-size: 36px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman";
	font-size: 24px;
}
a:link {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #996600;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	color: #663333;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #663300;
	text-decoration: underline;
}

