@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Lobster%3A400&subset=latin%2Ccyrillic);
@import url(https://fonts.jimstatic.com/css?family=Raleway%3A100%7CShare%3A400%7COleo+Script%3A400%7CDancing+Script%3A400);

body {}

body, p, table, td
{
    font:normal 17px/110% "Oleo Script", cursive;
    color:#000000;
}

input, textarea
{
    font:normal 17px/110% "Oleo Script", cursive;
}

h1
{
    font:normal normal normal 25px/140% Share, cursive;
    color:#000000;
    
}

h2
{
    font:normal normal normal 20px/140% Raleway, cursive;
    color:#e6d4a6;
    
}

h3
{
    font:normal normal normal 20px/140% Lobster, cursive;
    color:#AE0041;
    
}

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

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

div.hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #666666;
    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:#EEEEEE; }

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

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