@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 17px/140% Ubuntu, sans-serif;
    color:#AF3400;
    text-align:center;
}

h2
{
    font:normal normal bold 17px/140% "Kelly Slab", cursive;
    color:#8A2400;
    text-align:center;
}

h3
{
    font:normal normal bold 20px/140% Ubuntu, sans-serif;
    color:#8F0600;
    text-align:center;
}

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

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

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