@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% "Tenor Sans", sans-serif;
    color:#754c24;
}

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

h1
{
    font:normal normal bold 25px/140% Arial, Helvetica, sans-serif;
    color:#743e00;
    
}

h2
{
    font:normal normal normal 18px/140% Arial, Helvetica, sans-serif;
    color:#743e00;
    
}

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

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

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

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

.altcolor,
.altcolor p { color:#743E00;}

.altcolor h1 {color:#8D4D00; }
.altcolor h2 {color:#000CC2; }
.altcolor h3 {color:#FF071E; }

.altcolor a:link,
.altcolor a:visited { color:#743e00; }

.altcolor a:active, 
.altcolor a:hover { color:#743e00; }

.altcolor div.hr {border-color: #999999;}
