.Pager a, .Pager span {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
}
.Pager a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
