
.contentbox {
	background-color: white; 
	border: thin blue solid; 
	margin: 5px;
	margin-bottom: 8px;
	padding: 8px;
}
.quotebox {
	margin-left: 25px; 
	margin-right:35px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 5px; 
	text-align: justify;
	font-style: italic;
	border: 1 thin blue; 
	background-color: #d7f2FF;
}

