h3{
	font-size: 140%;
}

dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 3px #EEEEEE solid;
}
dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC dotted;
}
dl dd.last {
	border-bottom: none;;
}