@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 20px/150% "Coming Soon", cursive;
    color:#34B000;
}

input, textarea
{
    font:normal 20px/150% "Coming Soon", cursive;
}

h1
{
    font:normal normal bold 30px/140% "Bad Script", cursive;
    color:#0EAF00;
    
}

h2
{
    font:normal normal bold 25px/140% "Bad Script", cursive;
    color:#179800;
    
}

h3
{
    font:normal normal bold 25px/140% "Bad Script", cursive;
    color:#006837;
    
}

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

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

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

.altcolor,
.altcolor p { color:#1B2900;}

.altcolor h1 {color:#008427; }
.altcolor h2 {color:#00841F; }
.altcolor h3 {color:#00C82F; }

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

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

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