@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 20px/120% Arial, Helvetica, sans-serif;
    color:#D7B900;
}

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

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

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

h3
{
    font:normal normal bold 20px/140% Arial, Helvetica, sans-serif;
    color:#9D0011;
    text-align:center;
}

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

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

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