@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/200% Arial, Helvetica, sans-serif;
    color:#999999;
}

input, textarea
{
    font:normal 14px/200% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal normal 25px/140% "Roboto Condensed", sans-serif;
    color:#EEEEEE;
    
}

h2
{
    font:normal normal normal 18px/140% "Roboto Condensed", sans-serif;
    color:#999999;
    
}

h3
{
    font:normal normal bold 20px/140% Oswald, sans-serif;
    color:#49A9E9;
    
}

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

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

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

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

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

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

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

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