/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {text-decoration: underline; color: #FF0000}
a:hover {text-decoration: normal; color: #00CC33}
a:active {text-decoration: underline; color: FFFF33}
.style1 {font-size: 36px; font-family:Arial; font-weight:bold;}
.style2 {
	color: #004300;
	font-size: 22px;
	font-family:Arial; font-weight:bold;
}
.style3 {color: #004300; font-size: 16px; font-family: Arial; font-weight: bold; }
.style4 {
	color: #004300;
	font-size: 28px;
	font-family:Arial; font-weight:bold;
}

