a {
    color: #3e562d;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #68904C;
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #68904C;
}

.text-info {
    color: #68904C!important;
}