#page ul li{
	float: left;
	display: inherit;
	padding: 0.3125rem 0.25rem 0.25rem 0.25rem;
	border-radius: 0.25rem;
	border: 0.0625rem solid black;
	width: 1.5625rem;
	height: 1.5625rem;
	text-align: center;
	margin: 0.25rem;
}
#page ul li:hover{
	background-color: #00aa00;
	color: aliceblue;
}
#page ul li a{
	text-decoration: none;
}
#page ul{
}
.active{
	background-color: #00aaff;
}