@charset "utf-8";

@import url("default.css");
@import url("global.css");
@media print{
	*:first-child+html #body{
	overflow: visible !important;
}
	*:first-child+html #footer{
	display: none !important;
}

