@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 19px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#FFC501;
}

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

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

h2
{
    font:normal normal bold 25px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#FFBC1D;
    text-align:center;
}

h3
{
    font:normal normal normal 20px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#FBBC00;
    
}

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

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

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

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

.altcolor h1 {color:#3C00A4; }
.altcolor h2 {color:#EEEEEE; }
.altcolor h3 {color:#2B0088; }

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

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

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