@media print {

a {
	font-weight: bold;
	text-decoration: underline;
	}

body, #contain-all, #bod {
	background-color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.p-hyde {
	display: none;
	}
				
#bio {
	font: 10pt Georgia, serif;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}
				
.author-image {
	float: left;
	margin-right: 10px;
	}
				
#bod	 {
	font: 12pt Georgia, serif;
	}

#bod p, #bod li {
	background-color: #fff;
	font: 11pt Georgia, serif;
	line-height: 18pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
	}

blockquote {
	background-color: #fff;
	border: 1px dashed #333;
	font: 11pt Georgia, serif;
	line-height: 18pt;
	padding: 15px;
	}

#bod h1 {
	border-bottom: 2px solid #444;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	}
				
h2 {
	color: #666;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	}
				
h3 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
				
.comments {
	display: none;
	}
				
#comments, #banner {
	display: none;
	}
				
form#continue {
	display: none;
	}

}