body {
	background: white;
	color: black;
}

#title {
	border-bottom: 0.1em solid black;
}

#navigation {
	display: none;
}

#outsidebuttons {
	display: none;
}

#footer {
	border-top: 0.1em solid black;
}


h3 > .backlink {
	display: none;
}

a {
	text-decoration: underline;
}

.code {
	font-family: monospace;
	font-size: smaller;
}
.spam {
	display: none;
}

#content p {
	text-align: justify;
}
