.Page {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	height:5px;
	position:relative;
	margin:0 3px;
	padding:4px 9px;

}
a.Page {
	font-weight:bold;
	text-decoration:none;
	color:#666;
	position:relative;
	padding:4px 10px;
	width:30px;
	}
	
	a:hover.Page {
	background:url(../images/bg_num.gif);
	background-repeat:no-repeat;
	background-position:center center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	position:relative;
	padding:4px 10px;
	width:30px;
	}

.PageActive {
	font-size:18px;
	font-weight:bold;
	background:url(../images/bg_num.gif);
	background-repeat:no-repeat;
	background-position:center center;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	position:relative;
	padding:4px 10px;
	width:30px;
}
