H1 {
	color: white;
	font-size: 9pt;
	text-decoration: underline;
	background-color: #33cc33;
    line-height: 1;
    padding: 0;
    margin: .01in;
}
H2 {
	color: white;
	font-size: 9pt;
	text-decoration: none;
	background-color: #33cc33;
    line-height: 1;
    padding: 0;
    margin: .01in;
}
H3 {
	color: white;
	font-size: 16pt;
	text-decoration: underline;
	background-color: #33cc33;
}
H4 {
	color: white;
	font-size: 10pt;
	text-decoration: none;
	background-color: #33cc33;
}
H5 {
	color: white;
	font-size: 7pt;
	text-decoration: none;
	background-color: #33cc33;
}
A:link {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
	background-color: #33cc33;
}
A:visited {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
	background-color: #33cc33;
}
A:active {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
	background-color: #33cc33;
}
A:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
	background-color: #33cc33;
}
UL {
	list-style-type: bullets;
    margin-top: .01in;
    margin-bottom: .01in;

}
Body {
	font-family: "Book Antiqua", "Helvetica", "Times New Roman", serif;
	font-size: 10pt;
	color: white;
	background: #33cc33;
    scrollbar-base-color: #33cc33;
	scrollbar-arrow-color: #33cc33;
	scrollbar-DarkShadow-Color: #33cc33;
	scrollbar-face-color: #33cc33;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #33cc33;
    scrollbar-track-color: #33cc33;
    scrollbar-highlight-color: #FFFFFF;
    margin: .1in;
}
HR {
    align: center;
    color: grey;
}
P {
    margin-left: .1in;
}
