#solution
{
	clear: both;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-top: -24px;
}
#solution dl
{
	margin: 0px;
	padding: 1em 1em 0.5em 1em;
	border-top: 1px dotted #AAA;
	background-color: white;
}
#solution dl.alt
{
	background-color: #F8F8F8;
}
#solution dl.beginItem
{
	border-top: none;
}
#solution dl dt
{
	margin: 4px 0px 12px 12px;
	font-weight: bold;
	font-size: 120%;
}
#solution dl dd
{
	margin: 4px;
	margin-left: 0.9em;
	margin-bottom: 0.5em;
}
#solution ul li
{
	margin-bottom: 0.3em;
}