div.title
{
	font-size:								18px;
	color:									Red;
	margin-bottom:							20px;
}
div.question
{
	/*font-weight:							bold;*/
	cursor:									pointer;
}
div.answer
{
	color:									Blue;
	font-weight:							normal;
	display:								none;
	margin-top:								10px;
	margin-bottom:							20px;
}