.Pages, .activePage {
	border: 1px solid #aaa; 
	font-size: 80%;
	padding: 5px; 
	margin-right: 1px; 	
	font-weight: bold;
}

.activePage {
	background-color: #900033;
	color: #fff;
}

.Pages:link, .Pages:visited
{
	cursor: pointer;
	text-decoration:	none;
}

.Pages:hover, .Pages:active, .activePage:hover, .activePage:active {   		
	text-decoration:	underline;
	background-color: #900033;
	color: #fff;
}

.activePage:hover, .activePage:active {
	text-decoration:	none;
}