@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 18px/150% Verdana, Arial, Helvetica, sans-serif;
    color:#440008;
}

input, textarea
{
    font:normal 18px/150% Verdana, Arial, Helvetica, sans-serif;
}

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

h2
{
    font:normal normal bold 18px/140% "Times New Roman", Times, serif;
    color:#FFFFFF;
    
}

h3
{
    font:normal normal bold 18px/140% "Times New Roman", Times, serif;
    color:#300002;
    
}

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

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

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

.altcolor,
.altcolor p { color:#000000;}

.altcolor h1 {color:#560800; }
.altcolor h2 {color:#470005; }
.altcolor h3 {color:#320800; }

.altcolor a:link,
.altcolor a:visited { color:#280001; }

.altcolor a:active, 
.altcolor a:hover { color:#280001; }

.altcolor div.hr {border-color: #3C001E;}
