@charset "utf-8";

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

body {}

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

input, textarea
{
    font:normal 18px/110% Comfortaa, cursive;
}

h1
{
    font:normal normal bold 35px/140% "Source Sans Pro", sans-serif;
    color:#52003F;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% Georgia, "Times New Roman", Times, serif;
    color:#3E0028;
    text-align:center;
}

h3
{
    font:normal normal bold 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

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

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

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