﻿body {
	font-family: "Segoe UI", Sans-Serif;
	padding: 2em 5em;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.5em;
	color: #444;
	margin-top: .25em;
	margin-bottom: .5em;
}

h3 {
	font-weight: bold;
}

.about {
	width: 30em;
	margin-left: 1em;
}

.about p {
	margin-bottom: 1em;
}

.resource {
	margin-left: 1em;
	margin-bottom: 1em;
}

a.resource-link {
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.version {
	color: #888;
}

#ad {
	position: absolute;
	top: 30px;
	right: 90px;
}