.intro {
	font-size:16px;	
}
.callout-black {
	font-size:16px;
	line-height:18px;
	font-family: 'Arvo', sans-serif;
	text-shadow:1px 1px 1px #fff;
	border:5px solid #333;
	border-left:0;
	border-right:0;
	color:#333;
	width:200px;
	float:right;
	margin:5px 0 18px 27px;
	padding:18px 18px 21px 27px;
	background:#ecefee;
}
.callout-red {
	font-size:16px;
	line-height:18px;
	font-family: 'Arvo', sans-serif;
	text-shadow:1px 1px 1px #fff;
	border:5px solid #d03420;
	border-left:0;
	border-right:0;
	color:#d03420;
	width:200px;
	float:right;
	margin:5px 0 18px 27px;
	padding:18px 18px 21px 27px;
	background:#fff;
}