@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/140% Verdana, Arial, Helvetica, sans-serif;
}

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

h2
{
    font:normal normal normal 16px/140% "Times New Roman", Times, serif;
    color:#333333;
    
}

h3
{
    font:normal normal bold 14px/140% "Times New Roman", Times, serif;
    color:#333333;
    
}

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

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

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

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

.altcolor h1 {color:#36005E; }
.altcolor h2 {color:#36006F; }
.altcolor h3 {color:#940013; }

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

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

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