.hiddenOnPrint {
	visibility: hidden;
	display: none;
}
body {
	background: #FFFFFF;
}
.onlyOnPrint{


	visibility: visible;
	display: block;
}

