* {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace
}

body {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 16px;
	background-color: #101010;
	color: #fff;
}

div.blog-version {
	position: fixed;
	left: 5px;
	bottom: 5px;
	font-size: 10px;
}

div.blog-version a {
	text-decoration: none;
}

h2.title {
	color: #b5e853;
	margin-bottom: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a, a:visited {
	color: #40e0d0;
}

p {
	margin-top: 25px;
}

p.date {
	margin-top: 0px;
	font-size: 14px;
}

img.logo {
	width: 320px;
	height: auto;
}

code {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #303030;
	border: 1px solid #303030;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	width: 100%;
	display: block;
	padding: 5px 10px 5px 10px;
}
