@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Nunito%3A400);
@import url(https://fonts.jimstatic.com/css?family=Comfortaa%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 16px/130% Verdana, Arial, Helvetica, sans-serif;
    color:#000E56;
}

input, textarea
{
    font:normal 16px/130% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 25px/140% Comfortaa, cursive;
    color:#001B9A;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% Comfortaa, cursive;
    color:#0C006E;
    text-align:center;
}

h3
{
    font:normal normal bold 16px/140% Comfortaa, cursive;
    color:#110083;
    text-align:center;
}

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

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

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