@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oswald%3A400);

body {}

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

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

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

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

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

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

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

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