@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 35px/140% Bitter, serif;
    color:#ffffff;
    
}

h2
{
    font:italic normal normal 25px/140% Bitter, serif;
    color:#ffffff;
    
}

h3
{
    font:normal normal normal 18px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#ffffff;
    
}

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

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

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