body {
	font:80%/1.25em Calibri, sans-serif;
	letter-spacing:.1em;
	background-color: black;
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 100px;
}
	p.highlight {
	border:1px solid #FFD;
	padding:15px;
	background:#FFE;
	color:#820;
	}
	p.footer {
	display:block;
	text-align:center;
	border:none;
	}
pre {
	margin:15px auto;
}

.image{
	width: auto;
	height: auto;
}

.leftside{
	float: left;
	width: 450px;
	margin-left: 20px;
	height: auto;
}

.rightside{
	float: left;
	width: 520px;
	height: auto;
	margin-left: 334px;
	padding-top: 30px;
	margin-right: 20px;
}

.dataname{
	float: left;
	width: 40%;
	height: 20px;
	font-weight: bold;
	font-size: 11px;
}

.datavalue{
	float: left;
	width: 60%;
	height: auto;
	font-size: 11px;
}

.cl{
	clear: both;
	border-bottom: 1px solid gray;
}

.footer{
	color: #FFFFFF;
}

.footer A{
	color: orange;
	text-decoration: none;
}

.ptitle{
	font-size: 30px;
	text-align: center;
	padding-bottom: 30px;
}
