@CHARSET "ISO-8859-1";

.question {
	font-weight: bold;
	cursor: pointer;
}

.question:hover {
	text-decoration: underline;
}

.answer {
	margin: 1em 1em 2em 1em;
	padding: 0.5em;
	background: #e0e0e0;
}
