#faq dl {
	clear: both;
	margin: 15px 0;
	padding: 0 10px;
}
#faq dl dt {
	font-weight: bold;
}
#faq dl dt .faq-q {
	color: #ff3333;
	font-family: courier;
	font-size: 24px;
}
#faq dl dd {
	line-height: 1.846153846;
}
#faq dl dd .faq-a {
	color: #3333ff;
	font-family: courier;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
