﻿/* CUSTOM CSS CLASSES */

.pageLinkItem{
    color:#000 !important;
}

.pageLinkItem:hover{
    color:white !important;
    text-decoration: none;
}

.pageDivItem:hover .pageLinkItem{
     color:white !important;
}