body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #272b30;
	color: #C0C0C0;
}

a {
	color: #FFFFFF;
}

.content {
	max-width: 800px;
	font-size: 16px;
	margin: auto;
	clear: both;
}

.block {
	padding: 10px;
	margin-top: 10px;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

.block-noborder {
	padding: 10px;
	margin-top: 10px;
}

.screenshot {
	width: 800px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.top-left {
	position: fixed;
	top: 2px;
	left: 2px;
}

.small-text {
	font-size: small;
}

.highlight {
	color: green;
}
