@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Arial, Helvetica, sans-serif;
    color:#000000;
}

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

h1
{
    font:italic normal bold 18px/140% Georgia, "Times New Roman", Times, serif;
    color:#2CB300;
    
}

h2
{
    font:normal normal bold 18px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#BF7600;
    
}

h3
{
    font:normal normal bold 15px/140% Bitter, serif;
    color:#FF0F00;
    text-align:center;
}

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

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

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