@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/140% Raleway, cursive;
    color:#D51600;
}

input, textarea
{
    font:normal 16px/140% Raleway, cursive;
}

h1
{
    font:normal normal bold 18px/140% Raleway, cursive;
    color:#9F0700;
    
}

h2
{
    font:normal normal bold 25px/140% Raleway, cursive;
    color:#CF0500;
    
}

h3
{
    font:normal normal bold 16px/140% Raleway, cursive;
    color:#EEEEEE;
    
}

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

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

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