@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 14px/140% "Courier New", Courier, monospace;
    color:#00DC1A;
}

input, textarea
{
    font:normal 14px/140% "Courier New", Courier, monospace;
}

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

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

h3
{
    font:normal normal bold 20px/140% Helvetica, Arial, sans-serif;
    color:#F58600;
    
}

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

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

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