@charset "utf-8";
/* CSS Document */
@media print{
#pagetop {
	display: none;
}
body {
	zoom: 55% !important;
}
}
