@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/150% Georgia, "Times New Roman", Times, serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/150% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:normal normal normal 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#FF916A;
    
}

h2
{
    font:normal normal normal 20px/140% Raleway, cursive;
    color:#e6d4a6;
    
}

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

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

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

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