#pages {
	text-align: center;
	margin-top: 20px;
	width: 100%;
	padding-top: 5px;
	color: #939393;
	clear: left;
	font-size: 15px;
	font-family: NovecentoSansNormal;
}
#pages a{
	color: #DCDCDC;
	/* [disabled]float: left; */
	text-decoration: none;
	display: inline-block;
	padding: 4px 10px;
	margin-top: 10px;
	background-color: #5e91a8;
	margin-right: 2px;
	border-radius: 6px;
}
#pages a:visited {
	color: #DCDCDC;
	background-color: #5e91a8;
}
#pages a:hover {
	color: #5e91a8;
	background-color: #c8c7b2;
}
#pages a:active {
	color: #5e91a8;
	font-family: NovecentoSansNormal;
	background-color: #c02550;
}
#pages.nolink {
	color: #666;
	border: 1px solid #666666;
	padding: 5px;
}
.current {
	color: #FFF;
	padding: 4px 10px;
	/* [disabled]float: left; */
	display: inline-block;
	background-color: #c02550;
	margin-right: 2px;
	font-family: RobotoSlab-bold;
	border-radius: 6px;
}

.nolink {
	color: #FFF;
	border: 1px solid #666666;
	padding: 6px;
	/* [disabled]float: left; */
	display: inline-block;
	background: #f99100;
}
