
html, body, allOtherDivs   {
	background: #FFF;  /*replaces any background image with a white background */
}

*   {		/* universal selector sets all fonts color to black  */
	color:  #000000 !important;
}	
h1  {
	font-size: 28pt !important;  /* use points when sizing font for printer  */
}
h2  {
	font-size: 24pt !important;  /* use points when sizing font for printer  */
}

.sidebar, #nav, #footer, #logo4monitors  {  /* How to hide sectons of the page  */
	display:none;
}
#wrapper, #main  {
	width:900px !important;
	margin: 0;
	padding:  0;
	border: 0;
	float: none;   /*  Remove floats  */
}
#logo4printers   {  /* Hides the B&W logo for monitors */
display:inline !important;
}


