html {
    font-size: 1em;
}

#header {
    border-bottom: 1px solid black;
}
#sidebar {
    display: none;
}
#content {
    margin: 1em 1em 1em 3em;
}
#footer {
	margin-top: .2em;
    padding-top: .2em;
    font-size: .8em;
    border-top: 1px solid black;
    text-align: center;
} 

img {
    display: none;
}

a {
	text-decoration: none;
    color: black;
}
a.ext {
    padding: 0;
	margin: 0;
    background: none;
	text-decoration: underline;
}
a.ext:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
}

.noprint {
	display: none;
}