h1, h2, h3, h4, h5, p a, a.button {
    color:#58533C;
}
p a { 
       box-shadow: inset 0px -2px 0px 0px #58533C;
}
a.button, button {
    display: inline-block;
    border:2px solid #58533C;
    padding: 5px 10px;
}

a.button:hover, button:hover {
    background-color:#58533C10!important;
}
a.button:hover, button:hover {
    background-color:#58533C10!important;
}
a.button:first-child:last-child {
    margin: auto;
    float: none!important;
}

p a:hover {
    color:#94A178;
     box-shadow: inset 0px -2px 0px 0px #94A178;
}

a.button:hover, button:hover {
    border-color:#94A178;
    color:#94A178;
}