@charset "utf-8";

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

body {}

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

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

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

h2
{
    font:normal normal bold 20px/140% Comfortaa, cursive;
    color:#612C00;
    
}

h3
{
    font:normal normal bold 17px/140% Comfortaa, cursive;
    color:#723900;
    
}

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

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

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