@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 40px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#0B00A4;
    text-align:center;
}

h2
{
    font:normal normal normal 20px/140% Share, cursive;
    color:#00AA6F;
    text-align:center;
}

h3
{
    font:normal normal bold 15px/140% "Josefin Sans", sans-serif;
    color:#7F2400;
    
}

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

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

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