.ToPrintOnly {
	display: inline;
}
.ToNotPrint {
  display: none;
}
body {
	background: #FFF;
}
