body {
	background:#292929;
	text-align:center;
	font:78%/130% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	color:#B4B4B4;
}  

a { color:#fff; }  

div#container {
	width:400px;
	margin:0 auto;
	text-align:left;
}  

h1 {
	font-size:16px;
	color:#fff;
} 

h2 {
	font-size:14px;
	padding:6px 8px;
	margin-bottom:5px;
	background:#333;
	color:#fafafa;
}

li {
	margin-bottom:1em;
}

p { padding:0 6px; } 
p strong { color: #fafafa; }
p.disclaimer {
	background:#333;
	padding:6px;
	border:1px solid #1f1f1f; 
}                             

th { text-align:left; }
th.center { text-align:center; }
td { text-align:center; color:#fff; font-weight:bold; }
tr.head { background:#222; }
tr.head th { color:#fafafa; } 
td.fail { background:#860007; }
td.warn { background: #A7AF35; }
td.pass { background: #19740E; }