blockquote {
	font-style: italic;
	border: thin solid;
}

body {
	font-family: Calibri "Helvetica Neue" Helvetica Verdana sans-serif;
	width: 800px;
}

blockquote {
	font-family: Candara Georgia serif;
}

.callout {
	border-right: thick blue solid;
	border-left: thick blue solid;
	font-style: italic;
	float: right;
	width: 67%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #FFFFAA;
}
/* Clear the element after the callout, for all elements */
.callout + * {
	clear: both;
}
