h3 {
	width:500px; 
	margin: 20px auto 5px auto;
}
pre {
	margin: 0px 0px 5px 0px;
}
#statisticTable {
	width:500px; 
	text-align:center; 
	margin:5px auto 5px auto;
	border: 1px dashed #000;
}

#statisticTable td, #statisticTable th {
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
}
#statisticTable td.rC, #statisticTable th.rC {
	border-right: none;
	border-bottom: 1px dashed #000;
}
#statisticTable td.bC, #statisticTable th.bC {
	border-right: 1px dashed #000;
	border-bottom: none;
}
#statisticTable td.rbC {
	border: none;
}
p.legend {
	width:500px; 
	font-size: 10px;
	margin: 5px auto 20px auto;
}
a.fetterLink {
	font-weight: bold;
}
