body {
	background-color: #E7EFBD;
}

.HomeCell {
	border: 1px solid #02662C;
	vertical-align: top;
	width: 333px;
	background-color: #FFFFD0;
}
.HomeCell h1 {
	font-size: 120%;
	width: 333px;
	margin: 0px;
}
.HomeCell p {
	margin: 12px 26px;
	text-align: justify;
}


.HomeHead {
	font-size: 200%;
	font-style: italic;
	color: #02662C;
	margin: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
