 button.anu-btn {
        border:3px solid #be830e;
    }
button.anu-btn:hover {
        color: #be830e;
        background-color: #000;
        border:3px solid #000;
    } 
    
.btn-small {
	font-size:1em !important;
}