@charset "utf-8";



body {}

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

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

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

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

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

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

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

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

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

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

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

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

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