@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 15px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal normal 35px/140% Oswald, sans-serif;
    color:#000000;
    
}

h2
{
    font:normal normal normal 25px/140% Oswald, sans-serif;
    color:#b72509;
    
}

h3
{
    font:normal normal normal 25px/140% Oswald, sans-serif;
    color:#000000;
    
}

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

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

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