@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 40px/140% Jura, sans-serif;
    color:#C70500;
    
}

h2
{
    font:normal normal bold 35px/140% "Coming Soon", cursive;
    color:#CB1E00;
    
}

h3
{
    font:normal normal bold 25px/140% Jura, sans-serif;
    color:#EE1400;
    
}

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

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

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

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

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

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

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

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