
H2 {
	margin: 0px;
}

div.questionAndAnswer {
	background: url(images/dotted_hrule.gif) repeat-x bottom left;
	padding: 15px 0px;
}

div.questionAndAnswer H3 {
	margin: 0px;
}

div.questionAndAnswer DIV.answer {
	display: none;
	margin-top: 10px;
}

div.questionAndAnswer.active DIV.answer {
	display: block;
}
