/* "Comics" pull-quote style by Stephen Rider *//*	NOTE: Right-side quotes will get the .pullquote class AND the .pqRight class.	Sample Pull-Quote HTML:<blockquote class="pullquote">	<p>Zowie!</p></blockquote>*/blockquote.pullquote, div.pullquote {	background: url(startq.gif) top left no-repeat;	width: 12em;	text-align: center;	font-size: 1.1em;	border: 0;	padding: 0;	}blockquote.pullquote p, div.pullquote p {	font-family: "Helvetica", "Comic Sans MS", "Times New Roman", Times, serif;	background: url(endq.gif) bottom right no-repeat;	padding: 2.5em 2em;}