#faq {
	color: #990000;
	clear: left;
	float: left;
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 10px;
}

#answer {
	border: 0px solid red;
	width: 650px;
	clear: both;
	float: left;
	}

p.quest{
		color: #990000;
		font-weight: bold;
		}
		
#faq a{color: #000;text-decoration: underline;}	
#faq a:link {color: #000;text-decoration: underline;}
#faq a:hover {color: #990000;}
	