body {
	background-color: black;
	color: white;
	padding: 10px 30px;
	font-family: arial, sans-serif;
}
h1 {
	margin-bottom: 0;
}
h2 {
	margin-top: 30px;
}
h3 {
	margin-bottom: 0.5em;
}
p {
	font-size: 10pt;
}
#tag {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
	font-size: 10pt;
}
.screenshots {
	text-align: center;
	border: 4px solid white;
	width: 500px;
	margin: 20px auto;
}
.screenshots img {
	border: 0;
}
a {
	color: #99F;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#footer {
	font-size: 8pt;
	text-align: right;
	width: 400px;
	border-top: 1px solid white;
	margin-top: 30px;
	padding-top: 5px;
	color: #999;
	font-weight: bold;
	float: right;
	padding-bottom: 10px;
}
#footer a {
	color: #999;
}
