@charset "utf-8";
/* unvisited link */
a:link {
    color: rgba(73,73,73,1.00);
    text-decoration: none;
}
/* visited link */
a:visited {
    color: rgba(73,73,73,1.00);
}
/* mouse over link */
a:hover {
    color: rgba(73,73,73,1.00);
}
/* selected link */
a:active {
    color: rgba(73,73,73,1.00);
} 

/* unvisited link */
.mobilenavbar a:link {
    color: rgba(73,73,73,1.00);
    text-decoration: none;
    font-weight: 700;
}
/* visited link */
.mobilenavbar a:visited {
    color: rgba(73,73,73,1.00);
}
/* mouse over link */
.mobilenavbar a:hover {
    color: rgba(73,73,73,1.00);
}
/* selected link */
.mobilenavbar a:active {
    color: rgba(73,73,73,1.00);
} 
