body {
	background-color: white;
	color: black;
}

* {
	color: black;
	background-image: none;
}

a {
	text-decoration: underline;
	color: black;
}

/* collapse the layout except the center */
div#sandbox, div#container, div#content, div#content_center {
	width: auto;
	margin: 0;
	padding: 0;
}

div#header, div#leftnav, div#rightnav, div#footer {
	display: none;
}