@media print{

	body 					{ width:99% !important; margin:0 !important; padding:10pt !important; line-height: 1.4;
								font-family: "Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
	
	h1,h2,h3,h4,h5,h6 				{ font-family: Arial, sans-serif; }
	
	h1						{ font-size:19pt; display: none; }
	h2						{ font-size:17pt; }
	h3						{ font-size:15pt; }
	h4,h5,h6					{ font-size:12pt; }
	
	blockquote 					{ margin: 1.3em; padding: 1em;  font-size: 10pt; }
	hr 						{ background-color: #ccc; }
	
	img 						{ display: block; margin: 1em 0; }
	a img 						{ border: none; }

	a 						{ text-decoration: none; color: black; }
	a[href^="http://"] 				{ color:#000; }
	 
	#main-navigation,
	#search-panel, 
	#sidepanel,
	.wp-menu,
	.sharing,
	#footer					{ display: none; }
	
}
