h3 {
	font-family: Arial, Helvetica, san-serif;
	font-size: 20px;
	color: #fff;
	background-color: #CC0000;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 4px 10px;
	}
	
h5 {
	color:#cc0000;
	}
	
h5 a {
	color: #cc0000;
	}
	
h5 a:hover {
	color: #fff;
	background-color: #cc0000;
	}
	
.testimonial {
	border-top: 1px dotted #ccc;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	padding: 10px 0;
	}
	
.testimonial h4 {
	font-size: 0.9em;
	color: #666;
	margin: 0px 25px 0px 25px;
	}
	
.testimonial p {
	font-size: 0.7em;
	color: #666;
	margin: 10px 50px 0px 50px;
	}
	
.testimonial p.signoff {
	font-weight: bold;
	}
	
.testimonial p.signoff a:link {
	color: #666;
	}