@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 15px/150% "Times New Roman", Times, serif;
    color:#E0E000;
}

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

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

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

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

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

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

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