body {
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 1em;
	}

/* hidden elements */
div#top, div#inputs, div#leftcol, img, div#header {
	display: none;
	}
	
/* remove floats */
* {
	float: none;
	}

/* set to black on white */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, tr, th, td {
	background: #fff;
	color: #000;
	}
	
/* begin regular styling */
h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	margin: .5em 0;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	margin: .75em 0;
	}
	
h3 {
	font-size: 1em;
	font-style: italic;
	}
	
p {
	margin: 1em 0;
	}