@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 16px/120% Georgia, "Times New Roman", Times, serif;
    color:#9B7200;
}

input, textarea
{
    font:normal 16px/120% Georgia, "Times New Roman", Times, serif;
}

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

h2
{
    font:normal normal normal 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#A67F00;
    text-align:center;
}

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

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

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

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