@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/170% Helvetica, Arial, sans-serif;
    color:#30A000;
}

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

h1
{
    font:normal normal bold 30px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#139C00;
    text-align:right;
}

h2
{
    font:normal normal bold 16px/140% "Droid Serif", serif;
    color:#194A00;
    text-align:center;
}

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

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

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

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