html, body {
	scrollbar-base-color: #13720E;
	scrollbar-highlight-color: #1FFFFF;
	scrollbar-shadow-color: #333FFF;
	scrollbar-3dlight-color: #333FFF;
	scrollbar-darkshadow-color: #555EEE;
	scrollbar-arrow-color: #FFF000;
	scrollbar-track-color: #72ED6B;
	scrollbar-face-color: #13720E;
}

body {
	background-color: #fffff2;
	font-size: 18px;
}

a:link {
	color: #3399CC;
}
a:visited {
	color: #111000;
}

table {
	empty-cells: hide;
}

H2,dd {
	color: #13720E;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
	
P {
	font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	text-indent: 2%
}

ul, ol {
	font-family: 'Times New Roman', Times, Arial, Helvetica, sans-serif, Verdana;
	font-size: 18px;
	text-indent: 0%
}

hr {
	background-color: #13720E;
	height: 3px;
}
