#quotes{
	font:18px Arial;
	padding:0px;
}

#quote{
	color:#333;
	text-align:center;
	font-weight:normal;
	height:3em;
}

#quote em {
	color:#000;
    	font-weight:bold;
	font-style:italic;
	font-size:125%;
	margin:0px 0.25em;
}

#author{
	color:#222;
	margin:35px 0px 5px 0px;
	text-align: right;
	font-size:12px;
}

