
body.site 
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #F1EAE1;
    padding: 0px;
    margin: 0;
    color: #65402f ;
    font-size: 14px ;
    line-height: 15px ;
}

a
{
    color: #f1eae1 ;
    <!--margin-top: 5px;-->
}
	
.nav-list > .active > a,
.nav-list > .active > a:hover,
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.btn-primary 
{
    background: #65402f ;
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1
{
    color: #65402f ;
    font-size: 40px ;
    line-height: 40px ;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

h2
{
    color: #c6af9e ;
    font-size: 30px ;
    line-height: 25px ;
}

h3
{
    color: #95245b ;
    font-size: 35px ;
    line-height: 20px ;
    margin-top: 40px;
    margin-bottom: 30px;
}

h4
{
    color: #333333 ;
    font-size: 12px ;
    line-height: 15px ;
}

h5
{
    color: #333333 ;
    font-size: 12px ;
    line-height: 15px ;
}

h6
{
    color: #333333 ;
    font-size: 12px ;
    line-height: 15px ;
}