@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Jura%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 13px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal bold 35px/140% Jura, sans-serif;
    color:#A7000B;
    text-align:center;
}

h2
{
    font:normal normal bold 25px/140% Jura, sans-serif;
    color:#A70000;
    
}

h3
{
    font:normal normal bold 20px/140% Jura, sans-serif;
    color:#8F0003;
    
}

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

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

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