.simplePullQuote{
	width:200px;
	float:right;
        font-family: "helvetica", Arial, sans-serif
	font-weight:bold;
        font-variant: small-caps;
        font-style: italic;
        font-size: 1.5em;
	border-top:3px #c00 solid;
	border-bottom:3px #c00 solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px;}