@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 25px/140% "Courier New", Courier, monospace;
    color:#006030;
    
}

h2
{
    font:normal normal normal 18px/140% "Courier New", Courier, monospace;
    color:#007932;
    
}

h3
{
    font:normal normal bold 14px/140% "Courier New", Courier, monospace;
    color:#009069;
    
}

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

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

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