@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 20px/140% Oswald, sans-serif;
    color:#000000;
    
}

h2
{
    font:italic normal normal 16px/140% Helvetica, Arial, sans-serif;
    color:#333333;
    
}

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

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

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

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