@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 30px/140% "Open Sans", sans-serif;
    color:#9e0000;
    
}

h2
{
    font:normal normal bold 17px/140% "Open Sans", sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal bold 14px/140% "Open Sans", sans-serif;
    color:#333333;
    text-align:center;
}

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

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

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

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

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

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

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

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