@media print { 
	/* your print styles go here */
	#header, #footer, #menu { display: none; } 

	body { font: 12pt Arial, Helvetica, sans-serif, "Trebuchet MS"; } 
	h1 { font-size: 18pt; } 
	h2 { font-size: 18pt; color: #000; }
}
