/* Print Style Sheet */

@media print {

body {
	background:white; 
	color:black; 
	margin:0 
	}
	
.entry {
	background: white;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	}
	
#the-comments, #header, #tagline, #photo, #nav, #tagline img, #footer  {
	display: none;
	}	

}