ul {
	width: auto;
}
li {
	list-style-type: decimal;
	font-size: medium;
	list-style-position: inside;
	line-height: 1.6em;
}
.question {
	background-color: #D2AFAA;
	width: auto;
	padding: 7px;
	font-size: small;
	margin: 2px;
	clear: both;
	font-weight: bold;
}
.answer {
	background-color: #E2DDD3;
	width: auto;
	padding: 7px;
	font-size: small;
	margin: 2px;
	line-height: 1.6em;
}
