/* CSS Document---------------page */
.webpage{
	font-size:12px;
	font-family:"微软雅黑";
}

.pagenumber{
	display:inline-block;
	line-height:22px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	border:#C9C9C9 1px solid;
	background-color:#F6F6F5;
	cursor:pointer;
}
.pagenumberselect{		
	display:inline-block;
	line-height:22px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	border:#C9C9C9 1px solid;
	background-color:#D5D5D5;
	font-weight:bold;	
}

a.pageameth:link { color: #400040; text-decoration: none} 
a.pageameth:visited { color: #400040; text-decoration: none} 
a.pageameth:hover { color:#336699; text-decoration: underline; } 
a.pageameth:active { color: #336699; text-decoration: underline;} 

a.pagebutton:link { color: #400040; text-decoration: none} 
a.pagebutton:visited { color: #400040; text-decoration: none} 
a.pagebutton:hover { color: #900; text-decoration:} 
a.pagebutton:active { color: #900; text-decoration:} 

