/* "Comics" pull-quote style by Stephen Rider */

/* NOTE: Styles are also applied from resources/jspullquotes-core.css */

blockquote.pullquote, div.pullquote {
	background: url(images/startq.gif) top left no-repeat;
	width: 190px;
	text-align: left;
	font-size: 1.2em;
	border: none;
	padding: 0;
	
}

blockquote.pullquote p, div.pullquote p {
	font-family: Arial, Verdana, sans-serif;
	background: url(images/endq.gif) bottom right no-repeat;
	padding: 1.5em 1em;
}



