@media print { 
	/* your print styles go here */
	#l-sidenav, #l-header, .header-search { display: none; } 
	body { font: 12pt georgia,serif; } 
		h1 { font-size: 18pt; } 
		h2 { font-size: 16pt; color: #000; }
}
