a {
    color: #73733d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #56562f;
    text-decoration: none;
}

table th { background: #73733d; }

a.button, button, input[type="submit"], input[type="button"] {
    background: #73733d;
    border: none;
    color: #fff;
}
a.button.second, button.second { border: 2px solid #fff; }
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #56562f; }

#header .menu span { color: #73733d; }

#footer { background: #73733d; }
.other-site > div .content div:last-of-type a { color: #cb8f41; }

.offers .offer .overlay { background: rgba(115, 115, 61, 0.75); }