@charset "utf-8";
/* CSS Document */
.question {
	background:url(img/icon_q.gif) 3px 3px no-repeat #FAF5E4;
	padding:0 0 0 50px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color:#9F855B;
}

.answer {
	background:url(img/icon_a.gif) 3px 0px no-repeat;
	padding:0 0 20px 50px;
	margin:0 0 20px 0;
	font-size:16px;
	line-height:35px;
	color:#444;
}