body {
	background-color: silver;
}

.header {
	font-family: sans-serif;
	color: white;
	font-size: small;
}

#content {
	border-bottom-color: white;
}

#tags {
	font-family: sans-serif;
	color: white;
}

#backlinks {
	font-family: sans-serif;
	color: white;
}

#footer {
	font-family: sans-serif;
	font-size: small;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: dimgrey;
}

code {
	background-color: lightgrey;
}
