    a:visited, a:link {
       text-decoration : none;

    }

    a:hover  {
            color           : orange;
            text-decoration : underline;


    }
    .a:hover {
            text-decoration:underline;
    }

    a:link {

    }
    a {
    color:#333333;

    }
    a:hover {
            color:orange;
    }