@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 20px/140% Georgia, "Times New Roman", Times, serif;
    color:#FFF512;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#FF8901;
    text-align:center;
}

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

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

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

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