.Pages, .activePage {
	border: 1px solid #1A1512; 
	font-size: 100%;
	padding: 3px 6px; 
	margin-right: 1px; 
	background-color: #fff;	
	font-weight: bold;
	color: #1A1512;	
}

.activePage, .activePage:hover, .activePage:active {
	text-decoration: underline;
	background-color: #1A1512;
	border: 1px solid #4F3E24; 
	color: #fff;
}

.Pages:link,.Pages:visited
{
	cursor: pointer;
	text-decoration:	none;
}
.Pages:hover, .Pages:active  {   
	background-color: #4F3E24;
	color: #fff;
	/*text-decoration:	underline;*/
}
