@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Droid+Serif%3A400%7CNunito%3A400);

body {}

body, p, table, td
{
    font:normal 16px/160% Nunito, sans-serif;
    color:#4f4f4f;
}

input, textarea
{
    font:normal 16px/160% Nunito, sans-serif;
}

h1
{
    font:normal normal normal 40px/140% "Droid Serif", serif;
    color:#1f1a1a;
    
}

h2
{
    font:normal normal normal 35px/140% "Droid Serif", serif;
    color:#986f2d;
    
}

h3
{
    font:normal normal normal 20px/140% "Droid Serif", serif;
    color:#986f2d;
    
}

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

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

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