@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/180% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 12px/180% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal normal 20px/140% "Droid Serif", serif;
    color:#666666;
    
}

h2
{
    font:normal normal normal 20px/140% "Droid Serif", serif;
    color:#666666;
    
}

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

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

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

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

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

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

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

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

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