@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 18px/140% Share, cursive;
    color:#E8FFEE;
}

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

h1
{
    font:normal normal normal 25px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#FAFFE6;
    
}

h2
{
    font:normal normal normal 19px/140% Helvetica, Arial, sans-serif;
    color:#F7FFEF;
    
}

h3
{
    font:normal normal bold 20px/140% Raleway, cursive;
    color:#62A600;
    
}

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

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

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