/* $Id: pullquotes.css 2 2007-11-07 16:38:33Z aviram $ */

.pullquote {
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 120%;
	font-style: italic;
	font-family: Georgia, Times New Roman;
	color: #000055;

	/* next could be overwritten by the script and commands in the HTML tag */
	width: 10em;
	float: right;
	
}

