@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 13px/140% "Tenor Sans", sans-serif;
    color:#730006;
    
}

h2
{
    font:normal normal bold 10px/140% "Tenor Sans", sans-serif;
    color:#440008;
    
}

h3
{
    font:normal normal bold 14px/140% "Poiret One", cursive;
    color:#3F000A;
    text-align:center;
}

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

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

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

.altcolor,
.altcolor p { color:#EEEEEE;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#EEEEEE; }
.altcolor h3 {color:#EEEEEE; }

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

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

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