
.quotebox   {
	border: #936C3B 1px solid;
	width:210px;
	padding: 12px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
	background-color: #000000;
}                   
.quote { 
	font-family:  verdana,Arial,Times New Roman, times, serif, Verdana;
	font-size: .8em;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	text-indent: -0.5em;
	line-height: 120%;
	background-color: transparent;
 }
 ul {
    margin-bottom: 25px;
 }
 .green {
    font-weight: bold;
    color: #BCE47C;
 }