@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/140% "Source Sans Pro", sans-serif;
    color:#575257;
}

input, textarea
{
    font:normal 16px/140% "Source Sans Pro", sans-serif;
}

h1
{
    font:normal normal normal 40px/140% "Source Sans Pro", sans-serif;
    color:#6a120e;
    
}

h2
{
    font:normal normal normal 35px/140% "Source Sans Pro", sans-serif;
    color:#9a979a;
    
}

h3
{
    font:normal normal normal 25px/140% "Source Sans Pro", sans-serif;
    color:#585357;
    
}

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

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

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