.pagination {
	font-size			: 10px;
	color				: #000000;
	text-decoration		: none;
}
.pagination a{
	font-size			: 10px;
	color				: #000000;
	font-weight			: bold;
	text-decoration		: none;
}
.pagination .selected{
	font-size			: 10px;
	color				: #044382;
	font-weight			: bold;
	text-decoration		: underline;
}
