@charset "utf-8";
@media print{
	body {
		background-color: #fff;
	}
	header,footer,#footermenu,.noprint {
		display: none;
	}
}
