@charset "UTF-8";

@media print {
	

	a[href]:after { content: none !important; }
  
	.noprint {
		display:		none !important;
	}
	
	.print {
		display:		block !important;
	}
	
	body .headback {
		min-height:		0px;	
	}
	
	.head .logo {
		max-width:		4cm !important;
	}

	h1 {
		font-size:		18pt !important;	
	}
}