body {
	background: white;
	font-size: 12pt;
}
	
	.nav, iframe, .footer, #dsq-new-post, .dsq-options, #dsq-thread-settings, .dsq-comment-footer, .dsq-brlink { display:none !important; }

h1 { font-size: 36pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 12pt; font-weight: bold; }
h6 { font-size: 12pt; }
p, li, blockquote  {font-size: 12pt;}

.article .section, .article .header, .time, .article .footer, #disqus_thread { 
	width: auto;
	min-width: 5in;
	border: 0;
	margin: 0 25%;
	padding: 0;
	float: none !important;
	color: black;
}

.article .time {
	padding: 1.75em 0 1em 0;
	border: none;
}

.section a:link, .section a:visited {
	color: #664422;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.section h2 a:link, .section h2 a:visited, .section h3 a:link, .section h3 a:visited { text-decoration: none; }
.section a:link:after, .section a:visited:after, .footer a:link:after, .footer a:visited:after, .discussion a:link:after, .discussion a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.section h2 a:link:after, .section h2 a:visited:after, .section h3 a:link:after, .section h3 a:visited:after {
	content: "";
}