@charset "utf-8";
.pgn {
	background-color: #EEE;
	border: 1px solid #DDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 17px;
	width: 20px;
	margin: 2px;
	padding: 2px;
	line-height: 1.6;
}
.pgn:hover {
	color: #FFF;
	background-color: #633;
	border-top-color: #522;
	border-right-color: #522;
	border-bottom-color: #522;
	border-left-color: #522;
}

.pgn-on {
	background-color: #396;
	border: 1px solid #285;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 17px;
	width: 20px;
	margin: 2px;
	padding: 2px;
	line-height: 1.6;
}
.pages {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 3;
	font-weight: bold;
	color: #666;
	background-color: #EEE;
	margin: 2px;
	padding: 2px;
	float: right;
	height: 44px;
	width: 70px;
	border: 1px solid #DDD;
	text-align: center;
	text-decoration: none;
}
.ender {
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #630;
	height: 20px;
	width: 50%;
	text-align: center;
	margin-right: 25%;
	margin-left: 25%;
}
