@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/170% "Open Sans", sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 16px/170% "Open Sans", sans-serif;
}

h1
{
    font:normal normal bold 40px/140% "Open Sans", sans-serif;
    color:#000000;
    
}

h2
{
    font:normal normal bold 30px/140% Raleway, cursive;
    color:#367714;
    
}

h3
{
    font:normal normal bold 17px/140% "Open Sans", sans-serif;
    color:#3a3a3a;
    
}

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

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

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