/* 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;
  font-family: Verdana;
  font-size: 11px;
}

td { padding: 3px; }

/* #logo */
#logo { display: none; }

/* unprintables */
#navigation .secondary,
#photo,
#header,
#bottom,
#footer,
#footer li span { 
	display: none !important;
}