.article {
	margin-left: 150px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: #dddddd dashed 1px;
}

.article h2 {
	color: #a00000;
}

.article h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.article p {
	margin-top: 0;
}

#content dt {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}

#content dd {
	margin-bottom: 2em;
	font-size: 14px;
}