<style type="text/css">

#leftbar {
	display: none;

}

 #navigation {
	display: none;
	
}

 #topbar {
	display: none;
	}

 #footer {
	display: none;
	
}

 #banner {
	display: none;
	}

 #header {
	display: none;
	
}

element,element {
	margin-right: 1in;
	margin-left: 1in;
	margin-bottom: 1in;
	margin-top: 1in;
	max-height: 9in;
	max-width: 6.5in;
	height: auto;
	width: auto;
	background-color: white;
	color: black;
	text-transform: none;
	text-decoration: none;
	text-overflow: clip;
	text-align: left;
	letter-spacing: normal;
	word-wrap: normal;
	word-spacing: normal;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family: sans-serif;
}


body {
	
	color: #000;
	background: #fff;
		
	
}	

blockquote, table, pre { 

	page-break-inside: avoid;


}

#header h1 {
	text-align: center;
	font-size: 42pt; font-style: italic;
	margin: 0;
	display: none;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 32pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 8pt;
}

#comments {
	page-break-before: always;
}

ol.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	ol.commentlist li div.comment-meta {
		font-size: 6pt;
	}
</style>