@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	text-align: center;
	margin-top:10px;

	
}
.fy a {
	display: inline-block;
	padding: 0px 8px;
	font-size: 12px!important;
	color: #3D648D;
	text-decoration:none;
}

.fy a:hover {

	color: #0071be;
	text-decoration:none;
}

.fy a.page-num-current {
	    border: 0px solid #0071be;
	color:#0071be;
	font-weight:bold;
	background: unset;
}

