body {
	width:100%;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height: 1.1em;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	background-color: #fefce5;
}

h1 {
	color:#2d8d43;
	font-size:2.2em;
	font-weight:normal;
	margin-top: 8px;
	padding-bottom:14px;
	margin-bottom: 8px;
}

h2 {
	color:#66a844;
	font-size:1.2em;
	font-weight:normal;
	line-height: 1.4em;
}

h2 a {
	text-decoration: none;
        color:#2d8d43;
}

h3 {
	color:#66a844;
	font-size:1.0em;
	font-weight:bold;
}

p {
	line-height:16px;
}

a {
	color:#f16a02;
text-decoration: none;

}


a:hover {
text-decoration: underline;
}

.clear {
	clear:both;
}

.right {
	float:right;
	padding-right:21px;
}

p {	
	line-height: 1.5em;
}

