body {
	background: #5F4A40;
	margin: auto;
	font-family: arial, verdana, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	color: #FFFFFF;
	line-height: 1.6em;
}

img {
	border: 0px;
	margin: auto;
}

hr {
	border: 1px solid;
	width: 800px;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
#page {
	margin: auto;
	text-align: center;
	width: auto;
	font-size: 12px;
	font-weight: normal;
}
#content {
	margin: auto;
	text-align: left;
	width: 800px;
}

#download {
	background: url('img/download.png');
	float: left;
	border: 1px solid #3D2C23;
	padding: 8px;
	width: 330px;
	height: 17px;
	text-align: center;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#download table {
	width: 98%;
}

#order {
	float: left;
	margin-left: 30px;
	background: url('img/download.png');
	border: 1px solid #3D2C23;
	padding: 8px;
	width: 330px;
	height: 17px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#order table {
	width: 98%;
}

#buttonarea {
	margin: auto;
}

a {
	color: #F0F0F0;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.source {
	background: #FFFFFF;
	font-family: courier new;
	color: #222222;
	padding: 10px;
	border: 1px dotted #3D2C23;
	margin-left: 30px;
	width: 85%;
	line-height: 1.5em;
}

span.token { color:#000080; }
span.comment { color:#008000; }

ul {
	list-style: square;
}

.level2 {
	margin-left: 30px;
}

#firstlevel {
	width: 90%;
}

table {
	margin: auto;
	text-align: center;
	width: 350px;
	border-collapse: collapse;
	font-weight: bold;
}
table td {
	text-align: left;
}

table a {
	color: #FFFFFF;
	text-decoration: none;
}

table a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
