@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Droid+Serif%3A400%7COswald%3A400%7CNunito%3A400);

body {}

body, p, table, td
{
    font:normal 20px/140% Nunito, sans-serif;
    color:#790093;
}

input, textarea
{
    font:normal 20px/140% Nunito, sans-serif;
}

h1
{
    font:normal normal bold 18px/140% "Droid Serif", serif;
    color:#AD1400;
    
}

h2
{
    font:normal normal bold 16px/140% "Droid Serif", serif;
    color:#4AC500;
    
}

h3
{
    font:normal normal bold 14px/140% "Droid Serif", serif;
    color:#2B3AFF;
    
}

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

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

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