@charset "utf-8";


@media print {

* html body {
	/* zoom:1; */
	zoom:0.8;
}
*+html body {
	/* zoom:1; */
	zoom:1;
}

}
