@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/110% "Trebuchet MS", Verdana, sans-serif;
    color:#005FF2;
}

input, textarea
{
    font:normal 12px/110% "Trebuchet MS", Verdana, sans-serif;
}

h1
{
    font:normal normal bold 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#005FF2;
    text-align:center;
}

h2
{
    font:normal normal bold 14px/140% Helvetica, Arial, sans-serif;
    color:#005FF2;
    
}

h3
{
    font:normal normal bold 16px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#066400;
    text-align:right;
}

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

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

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

.altcolor,
.altcolor p { color:#508CFF;}

.altcolor h1 {color:#508CFF; }
.altcolor h2 {color:#508CFF; }
.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;}
