@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Shadows+Into+Light%3A400%7CNunito%3A400);
@import url(https://fonts.jimstatic.com/css?family=Open+Sans%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 16px/150% "Open Sans", sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 16px/150% "Open Sans", sans-serif;
}

h1
{
    font:normal normal bold 30px/140% "Shadows Into Light", cursive;
    color:#003761;
    
}

h2
{
    font:normal normal bold 20px/140% Nunito, sans-serif;
    color:#b7584b;
    
}

h3
{
    font:normal normal bold 16px/140% "Open Sans", sans-serif;
    color:#f4b251;
    
}

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

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

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