@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Vollkorn%3A400%7COleo+Script%3A400%7CUbuntu%3A400);

body {}

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

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

h1
{
    font:normal normal normal 40px/140% Ubuntu, sans-serif;
    color:#3471FF;
    
}

h2
{
    font:normal normal normal 30px/140% "Oleo Script", cursive;
    color:#5A00C7;
    
}

h3
{
    font:normal normal bold 20px/140% "Oleo Script", cursive;
    color:#333333;
    
}

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

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

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