/* CSS Document */
body {
	background-color: #609D6C;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #08671A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #26983C;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #08671A;
}

-->

