@charset "utf-8";
/* CSS Document */

@media print { 
	/* your print styles go here */
	#header, #footer, #menu { display: none; } 

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
	h1 { font-size: 18pt; } 
	h2 { font-size: 16pt; color: #000; }
}
