/* black and white unless otherwise stated */
html, body, body * {
	background:#fff;
	color:#000;
	}

/* generic no print */
/* don't print objects, unless specified */
.off, .noPrint, object, embed {
	display:none;
	}

img.print {
	display:inline;
	}
	