body {
	background-color: #1c1c1c;
	color: #fff;
	font-family: 'Roboto Mono', monospace;
}

.header {
	font-size: 36px;
}

.post-header {
	font-size: 24px;
	font-weight: bold;
}

.post {
	margin-top: 0.5in;
	background-color: #2c2c2c;
	width: 600px;
	padding: 3px;
}

.post-date {
	font-size: 12px;
	font-style: italic;
}

a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	background-color: #1c1c1c;
}
