@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 17px/140% "Open Sans", sans-serif;
    color:#5a5a56;
}

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

h1
{
    font:normal normal bold 35px/140% Raleway, cursive;
    color:#5a5a56;
    
}

h2
{
    font:normal normal normal 25px/140% Raleway, cursive;
    color:#5a5a56;
    
}

h3
{
    font:normal normal bold 20px/140% Helvetica, Arial, sans-serif;
    color:#89695b;
    
}

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

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

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