body {
	background: black;
}

div.main {
	color: white;
	font-family: sans-serif;
	font-size: 14px;
	width: 800px;
	text-align: left;
	margin: auto;
	font-weight: bold;
}

div.pp {
	text-align: center;
	width: 200px;
	background: #303030;
	padding: 16px;
	border: 1px solid white;
	margin: auto;
	float: both;
}

div.section {
	position: relative;
	width: 800px;
	background: black;
	float: both;
}

div.rightcol {
	position: relative;
	width: 500px;
	background: black;
	float: right;
}

a {
	color: lightgreen;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

table {
	color: white;
}

table#pp tr td {
	text-align: center;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}

table#dl tr {
	text-align: center;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	width: 800px;
}

table#dl td {
	text-align: center;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	width: 266px;
	padding: 16px;
}

table#dl img {
	border: 0px;
	padding: 8px;
}

h1 {
	text-align: center;
}

div.copy {
	color: white;
	font-family: sans-serif;
	font-size: 10px;
	width: 800px;
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
}