body {
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	line-height: 1.8em;
	color: #535353;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#content h2, h3, h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	color: #314038;
}
#content h3  {
	font-size: 14px;
	margin-left: 14px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#content h4 {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 14px;
	text-transform: lowercase;
}
a:link {
	color: #8DA499;
	text-decoration: none;
	padding: 2px;
}
a:visited {
	color: #8DA499;
	text-decoration: none;
}
a:hover {
	color: #314038;
	text-decoration: none;
}
a:active {
	color: #8DA499;
	text-decoration: none;
}