/* FAQ */

dt {
	font-weight: bold; 
	margin: 15px 50px 5px;
}

dd {
	margin: 25px 50px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	line-height: 150%;
}

dt:before,
dd:before {
	position: relative;
	top: 13px;
	font-size: 2.5em;
	font-family: "Lucida Handwriting", Corsiva, Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #330000;
	margin-left: -47px;
	margin-right: 7px;
}

dt:before {
	content: "Q";
	line-height: 100%;
	padding: 0 8px 5px 8px;
}
 
dd:before {
	content: "A";
	padding: 0 9px;

}
