/* Customize this file as you please! */

blockquote.pullquote {
	float: left;
	width: 6.5em;
	margin: 0 0 0 0; /* Last 0 is only 0 */
	padding: 0em;
	border: none;
	border-width: 0px 0;
	color: #333;
	background: #EEEEFF;
	font: italic 1.1em/1.1 Verdana;
}

blockquote.alt {
	float: right;
	margin: 0 0 0 0; /* Second 0 is the only 0 */
}

.pullquote p {
	margin: 0;
	text-align: center;
	text-decoration: bold;
}

.pullquote p:first-letter {
	text-transform: uppercase; /* Make the first letter of the quote a captital letter */
}