<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 */
.wpage{
	text-align: center;
	padding:60px 0 0;
}
.page{
	font-size:14px;
	line-height:22px;
	text-align:center;
	clear:both;
	display: inline-block;
}
.page a{
	text-decoration:none;
	color:#666;
	padding:3px 10px;
	float: left;
	border:1px solid #dcdcdc;	
}
.page a.active{
	background:#1a1674;
	border:1px solid #1a1674;	
	color:#fff
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#1a1674;
	border:1px solid #1a1674;
}</pre></body></html>