/* css styles */

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: overline;
    color: #423e1a;
}

.current-menu {
    text-decoration: overline;
}