body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	width: 100%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
#content {
	margin: 56px 230px 0px 230px;
	padding: 10px; 
	padding-bottom: 2em;
	text-align: left;
	background-color: #FFF;
	line-height: 150%;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #18426A;
}
#content a:hover {
	color: #FED050;
}
#content p, #content li {
	font-size: 90%;
	line-height: 1.6em; 
}
h1 {
	font-size: 160%;
	color: #FED050;
}
h2 {
	font-size: 130%;
	color: #91B740; /* UPDATE */
	font-weight: bold;
	margin-bottom: -5px;
}
h3 {
	font-size: 110%;
	color: #18426A;
	font-weight: bold;
	margin-bottom: -5px;
}
#footer {
	text-align: center;
	font: 80% Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	color: #000;
	background-color: #91B740; /* UPDATE */
}
.green {
	color: #91B740;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.blue {
	color: #B1CBE1;
	font-weight: bold;
}