@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/150% "Josefin Sans", sans-serif;
    color:#666666;
}

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

h1
{
    font:normal normal normal 20px/140% Comfortaa, cursive;
    color:#00AA8B;
    
}

h2
{
    font:normal normal normal 17px/140% Comfortaa, cursive;
    color:#00907B;
    
}

h3
{
    font:normal normal bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    
}

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

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

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