.hideForPrint {
	display: none;
}


body {
	background-image: none;
	background-color:#FFFFFF;
}

.showForPrint {
	display: block;
}