h1 {
   font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	text-decoration: underline;
	color: White;	
}

p {
	font-family: Verdana;
	font-size: 10pt;
	text-align: justify;
	text-indent: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

li {
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
	list-style-type: disc;
	text-align: justify;
	padding-right: 20px;
}

tr {
	background-color: #66CC66;
	text-align: center;
	font-size: 10pt;
}

h2 {
	font-family: Courier;
	font-size: 10pt;
	text-align: center;
	text-decoration: underline;
}

h3 {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	text-decoration: underline;
}

h4 {
	text-align: center;
}

body {
	scrollbar-face-color: #006600;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #66CC66;
	vlink: #FF9900;
	alink: #FF9900;
}