@media print {
body {
	background: white;
	}
}

@media Screen {
body {
	background: white;
	}
}
