.text {
	background-color: #EDEBDC;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
.text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #066;
}
.text p em {
	font-size: 1.1em;
	color: #000;
}
.text h2 a {
	color: #09C;
}
.text p {
	color: #666;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

