/* black / white BG / FG */
body { 
	text-align: left !important; 
	background-color: white !important; 
	margin: 1em !important; 
	padding: 0 !important; }

/* set white BG black FG  */
body,
body * {
  background-color: white !important;
  background: none !important;
  background-image: none !important;
  color: black !important;
}

/* unprintable */
#newsletter,
#footer li span,
#search,
.tooltip,
.tooltipText,
.screenshotText { 
	display: none !important;
}
