/* CSS Document */

.q_a { font-size:14px;
		padding:18px 0px 10px 34px;
		background: url(../q_a/img/question.jpg) no-repeat;
		color:#333333;
		font-weight:bold;
		}
.q_a a {text-decoration:none;}

.answer {
	padding:15px 5px 10px 40px;
	color:#336600;
	background:url(../q_a/img/answer.jpg) no-repeat;
	margin-bottom:10px;
	border-bottom:dotted #CCCCCC 1px;
	line-height:160%;
}
