@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/140% Lato, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 15px/140% Lato, sans-serif;
}

h1
{
    font:normal normal bold 18px/140% Comfortaa, cursive;
    color:#000F91;
    
}

h2
{
    font:normal normal normal 16px/140% Nunito, sans-serif;
    color:#1B00AA;
    
}

h3
{
    font:normal normal normal 16px/140% "Droid Sans", sans-serif;
    color:#2F0083;
    
}

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

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

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

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

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