@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/140% Comfortaa, cursive;
    color:#000000;
}

input, textarea
{
    font:normal 14px/140% Comfortaa, cursive;
}

h1
{
    font:normal normal bold 30px/140% Vollkorn, serif;
    color:#DF000C;
    
}

h2
{
    font:normal normal bold 15px/140% Comfortaa, cursive;
    color:#090081;
    
}

h3
{
    font:normal normal bold 20px/140% "Bad Script", cursive;
    color:#115900;
    
}

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

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

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