@media print {
    	/* Printer specific styles go here */
	    body { background:white; color:black; margin:0; }
    	header, footer, nav { display: none !important; }
}