@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 0px;
}
.fy a {
	padding: 5px 10px;

	font-size: 13px;
	text-decoration: none;
	
	color: #666;
	border-radius: 3px;
	background: #fff;
}
.fy span {
	padding: 5px 10px;

	font-size: 13px;
	text-decoration: none;
	
	color: #666;
	border-radius: 3px;
	background: #fff;

}
.fy a:hover {

	color: #007bc8;
}
.fy a.page-num-current {
font-weight:bold;
	color: #007bc8;
}
