@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Crimson+Text%3A400);
@import url(https://fonts.jimstatic.com/css?family=Poiret+One%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 15px/130% "Crimson Text", serif;
    color:#111111;
}

input, textarea
{
    font:normal 15px/130% "Crimson Text", serif;
}

h1
{
    font:normal normal bold 35px/140% "Poiret One", cursive;
    color:#777777;
    text-align:center;
}

h2
{
    font:normal normal normal 25px/140% "Crimson Text", serif;
    color:#0AAB00;
    text-align:center;
}

h3
{
    font:italic normal normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
    text-align:center;
}

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

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

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:#EEEEEE; }

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

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

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