@charset "utf-8";

#container {
	margin:30px auto;
}

#container p {
	line-height:28px;
}

#container h3 {
	font-size: 24px;
	color: #198500;
	line-height: 1.8em;
	margin-bottom: 20px;
}
#container dl {
	line-height: 1.5em;
	padding-left: 30px;
	margin-bottom: 30px;
}
#container dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#container dd {
	padding-left: 20px;
	margin-bottom: 25px;
}
