/* printing style sheet overrides white text on black background of site */
body
{
	color: black;
	background-color: white;
}
