@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 25px/140% Helvetica, Arial, sans-serif;
    color:#9D1100;
    text-align:center;
}

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

h3
{
    font:normal normal bold 15px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#FF5766;
    
}

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

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

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

.altcolor,
.altcolor p { color:#000000;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#FFDFDF; }
.altcolor h3 {color:#C2FFB3; }

.altcolor a:link,
.altcolor a:visited { color:#EEEEEE; }

.altcolor a:active, 
.altcolor a:hover { color:#EEEEEE; }

.altcolor div.hr {border-color: #EEEEEE;}
