h1 {
	font-size: 20px;
	color: #8CC84C;
}
p {
	font-size: 12px;
	padding-right: 5px;
}
h2 {
	font-size: 16px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #8CC84C;
	text-decoration: underline;
}
p, h1, h2, h3, h4 {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 12px;
	padding: 0px;
}
h4 {
	font-weight: lighter;
	color: #8cc84c;
	font-size: 22px;
}
li p {
	margin-left: 0px;
	font-size: 14px;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 12px;
}
.border {
	border: thin solid #666666;
}
.grenbox {
	background-color: #E9F9DD;
	padding: 10px;
	background-position: center;
}

