@media print {
   	
   	body {
   		font-size: 10pt; 
   		line-height: 120%; 
   		background: white;
   	}
	
	.nop	{
		display: none;
	}
	
}