@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 15px/160% Arial, Helvetica, sans-serif;
    color:#EEEEEE;
}

input, textarea
{
    font:normal 15px/160% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 40px/140% Arial, Helvetica, sans-serif;
    color:#FF0F00;
    text-align:center;
}

h2
{
    font:normal normal bold 25px/140% Arial, Helvetica, sans-serif;
    color:#397BFF;
    
}

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

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

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

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