body
{
	background-color: #E0F2D1;
}
#ans-content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E3A04;
	padding: 10px;
	line-height: 15px;
}
#ans-content #question
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0E3A04;
}
#ans-content #question li
{
	list-style-image: url(../images/icon_question.gif);
}
#ans-content #ans
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}
#ans-content #ans li
{
	line-height: 15px;
	margin-bottom: 10px;
}
#ans-content #ans a
{
	font-weight: bold;
	text-decoration: underline;
	color: #0E3A04;
}
#ans-content #ans a:hover
{
	text-decoration: none;
}
#ans-content #ans a:visited
{
	color: #C00000;
}