@media
#topnav, #navbar, #nav, #sidebar, .ad, .noprint {
	display: none; 
}
body, #content, #container {
	width: 100%;
	margin: none;
	float: none;
	background: #fff url(none);
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	color: #000000; 
}


h1, h2, h3, h4, h5, h6 {
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	color: #000000;
}
h1 { font-size: 140%; }
h2 { font-size: 100%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 100%;}
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: #000000;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}
img {
max-width: 180px;
}