h3 {
	border-top: 1px solid black;
	padding-top: 1em;
}

/* poetry */

div.poetry p {
	text-indent: -2em;
	line-height: 140%;
	margin: 0;
}

div.poetry {
	margin-left: 2em;
	margin-bottom: 1em;
}

/* poetry alt */

div.poem p {
	text-indent: 0;
	line-height: 140%;
	margin-left: 2em;
}

/* definition lists (as seen in wt #12 */

dt {
	font-weight: bold;
	float: left;
	margin-right: .5em;
	margin-top: .75em;
}
dd {
	clear: right;
	margin-top: .75em;
}
