/* general presentation stuff */

body, p, td, th, ul, a {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

html, body{
	background-image:none;
}


/* control of block-level elements.  */

.current_heading
{
color:#000000;
}

#printme{
	width:700px;
	}

#top, #banner, #menu, #footer, #noshow, #location, #textsizer, .noprint {
	display: none;
}


