@import url(base.css);

img.decorative,
#render-duration,
#breadcrumbs,
#sitemap,
#footer ul.links,
#prevnext
{ display: none; }

body { background: white; color: black; }

#body { width: auto; margin: auto; }

h1 { border: 0; color: black; background: white; }

@media print {
	a { text-decoration: none; color: black !important; }
}

#header {
	border-bottom: 1px solid #ccc;
}
#header h1 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: normal;
}

#footer {
	margin-top: 1.5em;
	text-align: right;
}
