<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 60px;
}
.fy a {
	padding: 4px 9px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666;
	border-radius: 3px;
}
.fy span {
	padding: 4px 9px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666666;
	border-radius: 3px;
}
.fy a:hover {
	background-color:#0b5a9b;
	color: #fff;
}
.fy a.page-num-current {
	padding: 4px 9px;
	background-color:#0b5a9b;
	border: 1px solid#0b5a9b;
	color: #fff!important;
}
</pre></body></html>