@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/140% "Times New Roman", Times, serif;
    color:#333333;
}

input, textarea
{
    font:normal 15px/140% "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

.altcolor h1 {color:#DDFFDB; }
.altcolor h2 {color:#8400CB; }
.altcolor h3 {color:#8E00D2; }

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

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

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