@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/140% Oswald, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 16px/140% Oswald, sans-serif;
}

h1
{
    font:normal normal normal 40px/140% Oswald, sans-serif;
    color:#0500AF;
    
}

h2
{
    font:normal normal normal 30px/140% Oswald, sans-serif;
    color:#0BD1FF;
    
}

h3
{
    font:normal normal bold 25px/140% Oswald, sans-serif;
    color:#006FF5;
    
}

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

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

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