body {
	font-size: 12pt;
	font-family: "Hoefler Text", "Georgia", "Times New Roman", Times, serif;
	margin: 5%;
	color: #333;
	line-height: 140%;
}
h1 {
	font-size: 24pt;
	font-weight: normal;
	font-style: italic;
	line-height: 28pt;
	text-align: right;
	border-bottom: 1px solid #999;
}
p.payoff {
	font-size: 1em;
	text-align: right;
	font-style: italic;
}
div#summary, a#closeme, div.navigation, .post_meta, #pic, #nav, #sidebar, .form_head, #comment_form {
	display: none;
}

#lbOverlay, #lbCenter, #lbBottomContainer, #gbAjax, #bgContainer {
	display: none;
}

h2 { font-size: 18pt; color: #333; }
h3 { font-size: 14pt; color: #999; } 
h4 { font-size: 12pt; color: #999; }
h5 { font-size: 12pt; color: #999; }

a:link, a:visited {
	color: #333;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a[href]:after,
#content a[href]:after,
#footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	font-weight: normal;
	color: #666;
}

#content {
	text-align: left;
}
#content img.left {
	float: left;
	margin: 0 1em .5em 0;
}
#content img.right {
	float: right;
	margin: 0 0 .5em 1em;
}
#footer {
	border-top: 1px double #ccc;
	border-bottom: 1px double #ccc;
	font-size: 10pt;
}