.textOverlay {
	position: absolute;
	top: 55px;
	width: 500px;

	font: 9pt/12pt Verdana, serif;
}

.textOverlay .post {
	padding: 0 26px 20px 25px;
}

.textOverlay .emphasis {
	/* font-style: italic; */
	font-weight: bold;
}

.textOverlay .doublespace {
	line-height: 200%;
}

.textOverlay .indent {
	margin-left: 20px;
}

.textOverlay .post .title {
	font: 13pt Verdana, serif;
	/* border-bottom: 1px solid #3e647e; */
	font-weight: bold;
}

.textOverlay .post .subtitle {
	font: 10pt Verdana, serif;
	font-weight: bold;
}

.textOverlay .post .body {
	padding-top: 6px;
}

.textOverlay a {
	color: #3e647e;
	text-decoration: none;
}

dl {
	margin: 0;
	padding: 0 0 20px;
}

dd {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
