body {
	font-family: Georgia, Times, serif;
}
header nav, header ul, header input, #subnav, .share_tag, .sharing_popup, aside, #second_content, #sponsors_bar, footer {
	display: none;
}
header {
	position: inherit;
	margin: 0 0;
	height: 20px;
	width: auto;
}
header h1 {
	background: none;
	text-indent: 0;
	position: inherit;
	width: auto;
	height: 20px;
	left: 0;
	top: 0;
	font-size: 2em;
	margin-left: 10px;
}
header h1 a {
	height: auto;
	width: auto;
	text-decoration: none;
	color: #000;
}

header #main_nav {
	width: 0;
	height: 0;
}
body, #header_helper {
	background: none;
}
.contents {
	margin: 0 10px;
}

#first_content h1 {
	font-size: 1.6em;
}

/*show the URLs of links inline*/
#first_content .contents a:link:after, #first_content .contents a:visited:after {
   content: " (" attr(href) ") ";
}
