@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#666666;
}

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

h1
{
    font:normal normal bold 30px/140% "Shadows Into Light", cursive;
    color:#A51200;
    
}

h2
{
    font:normal normal bold 19px/140% "Shadows Into Light", cursive;
    color:#f30e1d;
    
}

h3
{
    font:normal normal bold 16px/140% "Shadows Into Light", cursive;
    color:#dd3f4a;
    
}

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

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

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