div#container {
	margin: 10px;
	padding: 0;
	text-align: left;
}
div#body { }
div#sidebar { float:left; margin-right: 20px; }
h1 {
	text-align: center;
	margin-right:-20px;
}
div#nav { display: none; }
div#header img {display: none; }
div#header {
	text-align: center;
}
.printonly { display: block; }
#header .printonly {
	font-size: 30pt;
	font-variant: small-caps;
	margin-top:-20px;
}
#footer {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
p:first-line {
	font-variant: small-caps;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
	}
	
.external a:link:after, .external a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}