body {
	font-weight: bold;
	margin-left: 45px;
	margin-right: 45px;
	font-size: 12pts;
}
#cover {
	float: left;
	border: 2px solid black;
}
h1 {
	text-align: center;
	color: #ffffff;
}
p {
	padding: 7px;
	background: rgba(255,255,255,0.7);
	color: #000000;
	font-weight: bold;
}
.sysreq {
	font-size: 12pts;
	border: 2px solid black;
	background: rgba(255,255,255,0.9);
}
th {
	border: 2px solid black;
	color: #0019d7;
	text-align: left;
}
#bdsbuttons {
	text-align: right;
}
#sgbuttons {
	text-align: center;
}
.head {
	font-size: 1.5em;
	color: #00c30f;
	font-weight: bold;
}
th#min {
	color: #e93c00;
}
th#rec {
	color: #37d400;
}
table#screenshots {
	text-align: center;
	border-spacing: 20px;
}
#navback {
	color: #0019d7;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #00c30f;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
ul {
	padding: 7px;
	background: rgba(255,255,255,0.7);
	color: #000000;
	font-weight: bold;
}