ul.estatisticas {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul.estatisticas li {
	font-weight: bold;
	padding-bottom: 3px;
}

ul.estatisticas li a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
ul.estatisticas li a:hover {
	text-decoration: underline;
}
hr {
	border: 1px solid #6fa420;
}
h4 {
	padding-bottom: 10px;
}
h4.total {
	color: #6fa420;
}