@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 19px/150% Raleway, cursive;
    color:#C74B00;
}

input, textarea
{
    font:normal 19px/150% Raleway, cursive;
}

h1
{
    font:normal normal normal 30px/140% Raleway, cursive;
    color:#B70400;
    
}

h2
{
    font:normal normal normal 16px/140% Raleway, cursive;
    color:#EEEEEE;
    
}

h3
{
    font:normal normal bold 14px/140% Raleway, cursive;
    color:#EEEEEE;
    
}

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

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

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