@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/150% Bitter, serif;
    color:#00117C;
}

input, textarea
{
    font:normal 15px/150% Bitter, serif;
}

h1
{
    font:normal normal normal 60px/140% Lobster, cursive;
    color:#93007F;
    
}

h2
{
    font:normal normal normal 35px/140% Lobster, cursive;
    color:#8E008E;
    
}

h3
{
    font:normal normal normal 17px/140% Lobster, cursive;
    color:#000A84;
    
}

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

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

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