/* Add all div's that need hiding on this line: */
#header, #topnav, #otheritems, #footer, #leftcol, #rightcol {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, .content, #midcol, table {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}
