/* Print Style Sheet */

@media print {
body { background:white; color:black; margin:0 }
#content { 
	width:auto; 
	font-size:12pt;
}
#header {
	height:75px; 
	font-size: 24pt; 
}
#comments, #navigation, #sidebar, #Footer, #topmenu, #topnav, #Main01, .entry_sidebar {
	display:none;
	color: #FFFFFF;
}

}
