@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/140% "Courier New", Courier, monospace;
    color:#666666;
}

input, textarea
{
    font:normal 12px/140% "Courier New", Courier, monospace;
}

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

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

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

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

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

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

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

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

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

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

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