@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/140% "Source Sans Pro", sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 15px/140% "Source Sans Pro", sans-serif;
}

h1
{
    font:normal normal bold 40px/140% "Poiret One", cursive;
    color:#333333;
    
}

h2
{
    font:normal normal normal 40px/140% Vollkorn, serif;
    color:#333333;
    
}

h3
{
    font:normal normal normal 20px/140% "Source Sans Pro", sans-serif;
    color:#333333;
    
}

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

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

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