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