@charset "UTF-8";

@media print{
	
	body {
		zoom: 80%;
	}
	
	header,
	footer {
		display: none;
	}

}