@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/140% "Times New Roman", Times, serif;
    color:#333333;
}

input, textarea
{
    font:normal 17px/140% "Times New Roman", Times, serif;
}

h1
{
    font:normal normal normal 30px/140% "Marck Script", cursive;
    color:#2700AA;
    
}

h2
{
    font:normal normal normal 19px/140% Jura, sans-serif;
    color:#999999;
    text-align:center;
}

h3
{
    font:normal normal normal 14px/140% Vollkorn, serif;
    color:#34000B;
    text-align:center;
}

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

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

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