/* CSS Document */

.bron{
font-size:10px;
font-style:italic;
}

.quote h1{
	font-size:15px;
	color:#99CC00;
	border-bottom: 1px dotted #99CC00;
}

.quote{
	background:#DDDDDD;
	padding: 0px 4px 4px 4px;
	border: 2px solid #99CC00;
	width: 680px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	clear:both;
	}

.quote p, ol, ul{
	font-size:11px; 
	text-align:justify;
	line-height:1.3em;
}

.quote img{
padding: 5px;
}
