body {
	background: #222222;
	color: #e8e8e8;
	font-size: 14px;
}
h2, h2 a{
	color: #d30000;
	line-height: 0.2em;
	font-size: 68px;
	text-shadow: 1px 1px 1px #000;
	text-align:center;
}
h3 {
	text-shadow: 1px 0px 1px #8e8e8e;
}
p {
	line-height: 1.4em;
}
li {
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #7b7b7b;
}
address {
	border: dashed 1px #7b7b7b;
	padding:3px;
	margin:2px;
	background: #f8f8f8;
	font-size:0.9em;
	font-style: normal;
}
.version {
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
.get {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 0px 1px #3d3d3d;
}
.md5sum {
	line-height: 0;
	font-size: 12px;
}
#navigation {
	width: 700px;
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
	color: #2e2e2e;
	border: 1px solid #080808;
	padding: 10px;
	background: #e8e8e8;
	-moz-border-radius:6px;
}
#navigation a {
	font-size: 16px;
	text-shadow: 1px 0px 1px #8e8e8e;
	color: #232323;
	padding: 5px;
}
#box {
	color: #2e2e2e;
	width: 700px;
	margin: 0px auto;
	border: 1px solid #080808;
	padding: 10px;
	-moz-border-radius:6px;
	background: #e8e8e8;
	text-align: justify;
}
#box a {
	color: #000000;
}
#info {
	display:block;
	overflow:hidden;
	padding:10px;
	text-align:left;
}
#info ul {
	font-size:12px;
}
#features {
	float:left;
	width:49%;
}
#workingon {
	float:right;
	width:49%;
}
#donate {
	text-align: center;
}
#donate p {
	text-align: justify;
}
#copyright {
	font-size: 12px;
	width: 700px;
	margin: 0px auto;
	text-shadow: 1px 1px 1px #000;
}
