body {
	background-color: #343A3F;
	color: #D4DCEB;
	font-family: "Palatino", Georgia, serif;
	font-size: 110%;

	max-width: 56em;
	padding: 1em;
	margin: 0 auto;
}

span.unix {
	font-variant: small-caps;
}

span.date {
	font-family: sans-serif;
	font-size: 82%;
	color: #a0a0a0;
}

.tt { font-family: freemono, "courier new", monospace; }
.code { font-family: freemono, "courier new", monospace; }

h1 { color: #EBE7D6; }
h2 { color: #E8EBD6; }

img#head {
	position: absolute;
	right: 5px;
	top: 5px;
}

a:link { color: #E09479; text-decoration: none; }
a:visited { color: #BD7D66; text-decoration: none; }
a:hover { text-decoration: underline }
