@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/130% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 16px/130% "Trebuchet MS", Verdana, sans-serif;
}

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

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

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

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

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

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