@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Share, cursive;
    color:#3B12FF;
}

input, textarea
{
    font:normal 12px/140% Share, cursive;
}

h1
{
    font:normal normal normal 20px/140% Vollkorn, serif;
    color:#8000CD;
    
}

h2
{
    font:normal normal normal 16px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#8710FF;
    
}

h3
{
    font:normal normal bold 14px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#3517FF;
    
}

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

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

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