body {
	font-size: 15px;
	font-family: courier new, lucida console, fixed;
	color: white;
	background-color: #17191D;
	width: 70%;
	margin: auto;
}

a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

hr {
	margin-bottom: 10px;
	border: none;
	height: 2px;
	background-color: #333;
}

#cat {
	position: absolute;
	display: inline-block;
	margin-left: 10px;
}

nav {
	margin-top: 5px;
}

nav ul {
	font-size: 18px;
	padding: 0;
}

nav li {
	display: inline;
	list-style-type: none;
}

p.date {
    font-size: small;
	color: #4D8B9E;
	margin-bottom: 3px;
}

p.quote {
	margin-top: 0;
}

pre {
	font-size: 9px;
}
