@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% Helvetica, Arial, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 13px/140% Helvetica, Arial, sans-serif;
}

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

h2
{
    font:normal normal normal 25px/140% "Shadows Into Light", cursive;
    color:#eb9909;
    
}

h3
{
    font:normal normal bold 16px/140% Helvetica, Arial, sans-serif;
    color:#666666;
    
}

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

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

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