@media print {
              /* style sheet for print goes here f.x */
		BODY, P, UL, H1, H2, H3, .small, HR, A, A:visited, .section  
				{ 
				  	color: black; 
					background: white;
					
				}
P, UL, LI, H3 {font-size: 11pt; }

.logo, .menu, .noprint
				{
					display:none;
				}
           }
P { font-family: Arial, Helvetica, sans-serif; }