@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Vollkorn%3A400%7CDroid+Sans%3A400);

body {}

body, p, table, td
{
    font:normal 17px/130% "Droid Sans", sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 17px/130% "Droid Sans", sans-serif;
}

h1
{
    font:normal normal normal 30px/140% "Droid Sans", sans-serif;
    color:#000000;
    
}

h2
{
    font:normal normal normal 17px/140% "Droid Sans", sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal bold 17px/140% Vollkorn, serif;
    color:#000000;
    
}

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

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

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

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

.altcolor h1 {color:#666666; }
.altcolor h2 {color:#666666; }
.altcolor h3 {color:#EEEEEE; }

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

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

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