body {
	font-family: 'Source Code Pro', monospace;
	padding: 0em 0em 0.5em 1em;
	margin: 0px;
	background: #282828;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

pre {
	margin: 0px;
}

.text {
	color: #999999;
	font-family: monospace;
	display: block;
	font-weight: bold;
}

a {
	text-decoration: none;
	border-bottom: 1px #999999 dotted;
}