@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/160% "Times New Roman", Times, serif;
    color:#E0a61e;
}

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

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

h2
{
    font:normal normal bold 16px/140% "Courier New", Courier, monospace;
    color:#DE9A00;
    
}

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

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

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

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

.altcolor,
.altcolor p { color:#81DE00;}

.altcolor h1 {color:#81DE00; }
.altcolor h2 {color:#00D7CC; }
.altcolor h3 {color:#FF05E1; }

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

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

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