body {
	font-family: "Arial","Helvetica","Verdana","sans-serif";
	background: #d0d0d0;
}
div.quote {
	width: 50em;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 1em;
	padding-top: 0;
	margin: 5px;
	background: #eeeeee;
}
div.quote blockquote {
	background: #ffffff;
	padding: 2px;
}
span.attribution:before {
	content: "\2014 ";
}

