@charset "utf-8";

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

body {}

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

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

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

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

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

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

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

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