﻿
/*-------------- CLIENT COLOR OVERRIDES -------------- */
/*---------------------------------------------------- */



/*
LIGHT: 33ccff
MEDIUM: FF6600
DARK: 000066
*/




.hex-light {
    color: #9a9a9a;
} /*light blue*/
.hex-medium {
    color: #13db00;
} /*red*/
.hex-dark {
    color: #2c4698;
} /*dark blue*/
.hex-light-bg {
    background: #9a9a9a;
}
.hex-medium-bg {
    background: #13db00;
}
.hex-dark-bg {
    background: #2c4698;
}

#advx a {
    color: #2c4698;
}
    #advx a:hover {
        color: #13db00;
    }



