body{
	background-color:#000;
	color:#FFF;
	font-family:Verdana,sans-serif;
	font-size:88%;
	margin:32px 48px;
	padding:0;
}
h1{
	font-size:1.2em;
	margin:0;
	text-align:center;
}
a{
	color:#CCC;
	font-weight:bold;
}
a:hover{
	color:#99F;
}

.sidebox{
	background:#111;
	border:1px solid #333;
	float:right;
	margin:0 0 1em 2em;
	padding:1.5em 2em;
	width:22em;
}
.sidebox,.sidebox th,.sidebox td{
	font-size:12px;
	line-height:1.4em;
}
.sidebox h2{
	font-size:16px;
	margin-top:0;
}
.sidebox table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
}
.sidebox th,.sidebox td{
	padding:0 1em;
}
.sidebox th{
	background:#222;
	font-weight:normal;
}
.sidebox td{
	border-bottom:1px solid #222;
}
