
body, p, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #B38549;
    list-style: none;
}

a {
    color: #b38549;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #DDBD8A;
}

input, img {
    border: 0 none;
    outline-style: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}