/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited {
    color: #0077DB;
    /*color: rgb(2,139,255); /*blue*/
    text-decoration: none;
    outline: 0;
}
