/* Page navigation on Category Pages (eg. < 1 2 3 4 >) */
/* Display all page numbers in black color */
.CategoryPagination .PagingList a {
    font-weight: bold;    
    color: #312E29;
}

/* When mouse hovers over a page number, display that page number in grey color */
.CategoryPagination .PagingList a:hover {
    font-weight: bold; 
    color: #b4b4b4;
}

/* Display the current page number in black color and underlines it */
.CategoryPagination .PagingList .ActivePage {
    font-weight: bold; 
    text-decoration: underline;
    color: #312E29;
}
