h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #044c25;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #044c25;
	text-align: center;
	position: relative;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

