@charset "utf-8";
/* CSS Document */

#quotes {
	margin: 0 9px 18px 9px;
}

#quotes .quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
#quotes .author {
	text-align: right;
	font-size: 11px;
	margin: 4px 0 9px 0;
	border-top: 1px #CCC dotted;
}
#quotes h3 {border-bottom:#666 1px dotted;margin:9px 0 9px 0;}