#pie {
	padding: 20px 10px 10px;
	background: #fff;
	color: #6B6B7D;
	font-size: .9em;
	text-align: center;
	line-height: 1.6em;
}
#pie strong {
	color: #6B6B7D;
}
#pie a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	color: #C00;
}
#pie a:hover {
	text-decoration: underline;
	color: #C00;
}