@charset "utf-8";

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

body {}

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

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

h1
{
    font:italic normal bold 19px/140% Helvetica, Arial, sans-serif;
    color:#180075;
    
}

h2
{
    font:normal normal bold 15px/140% Arial, Helvetica, sans-serif;
    color:#0A5500;
    
}

h3
{
    font:italic normal bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#AE2800;
    
}

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

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

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

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

.altcolor h1 {color:#00672C; }
.altcolor h2 {color:#FF4637; }
.altcolor h3 {color:#065AFF; }

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

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

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