#pages {
	clear: both;
	text-align: center;
}
#pages li {
	display:inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	
}

.page a{ display: block;
	padding: 4px 9px;
	border: 1px solid #323131;
	text-decoration: none;
	 color:#ffffff;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,111111+100 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #111111 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #666666 0%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #666666 0%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

}
.page a:hover{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#939393+0,5b5b5b+100 */
background: #939393; /* Old browsers */
background: -moz-linear-gradient(top,  #939393 0%, #5b5b5b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #939393 0%,#5b5b5b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #939393 0%,#5b5b5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
border: 1px solid #979595;
}
.page span{
	font-size: 1.2em;
	position: relative;
	top:2px;
}
.current{
	padding: 4px 9px;
	border: 1px solid #0D2572;
	color:#fff;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0046d3+0,001887+100 */
background: #0046d3; /* Old browsers */
background: -moz-linear-gradient(top,  #0046d3 0%, #001887 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0046d3 0%,#001887 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0046d3 0%,#001887 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046d3', endColorstr='#001887',GradientType=0 ); /* IE6-9 */

}


/*
a.pagina:link {
	text-decoration: none;
	color: #FFF;
}
a.pagina:visited {
	text-decoration: none;
	color: #FFF;
}
a.pagina:hover {
	text-decoration: none;
	color: #FFF;
}
a.pagina:active {
	text-decoration: none;
	color: #FFF;
}
*/

