@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oswald%3A400%7CLato%3A400);

body {}

body, p, table, td
{
    font:normal 13px/120% Helvetica, Arial, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 13px/120% Helvetica, Arial, sans-serif;
}

h1
{
    font:normal normal bold 40px/140% Oswald, sans-serif;
    color:#837a69;
    
}

h2
{
    font:normal normal bold 30px/140% Oswald, sans-serif;
    color:#2c2318;
    
}

h3
{
    font:normal normal bold 18px/140% Lato, sans-serif;
    color:#8b785c;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#b48645;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #b48645;
}

div.hr
{
    border-bottom-style:dashed;
    border-bottom-width:1px; /* fix */
    border-color: #b48645;
    height: 1px;
}
