@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 25px/140% "Times New Roman", Times, serif;
    color:#E14300;
    
}

h2
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#2873FF;
    
}

h3
{
    font:normal normal bold 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#772100;
    
}

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

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

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