@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 14px/100% "Times New Roman", Times, serif;
    color:#000000;
}

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

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

h2
{
    font:normal normal bold 30px/140% "Times New Roman", Times, serif;
    color:#0085D2;
    
}

h3
{
    font:normal normal bold 25px/140% "Times New Roman", Times, serif;
    color:#00055A;
    text-align:center;
}

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

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

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

.altcolor,
.altcolor p { color:#63FF23;}

.altcolor h1 {color:#46FF28; }
.altcolor h2 {color:#56FF19; }
.altcolor h3 {color:#5CFF35; }

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

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

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