a {
    font-size: inherit;
    text-decoration: none;
}
a:link{
    font-size:  inherit;
    /*font-weight:    700;*/
    cursor:     pointer;
    color: navy;
    text-decoration: none;
}
a:visited {
    font-size:  inherit;
    /*font-weight:    700;*/
    cursor:     pointer;
    /*color: navy;*/
    text-decoration: none;
}
a:hover {
    font-size:  inherit;
    /*font-weight:    700;*/
    cursor:     pointer;
    /*color: red;*/
    text-decoration: none;
}

