@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/150% Bitter, serif;
    color:#BF0000;
}

input, textarea
{
    font:normal 17px/150% Bitter, serif;
}

h1
{
    font:italic normal bold 20px/140% "Times New Roman", Times, serif;
    color:#00003C;
    text-align:center;
}

h2
{
    font:normal normal normal 30px/140% Bitter, serif;
    color:#0500F6;
    text-align:center;
}

h3
{
    font:normal normal bold 20px/140% Bitter, serif;
    color:#FD1E00;
    
}

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

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

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

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

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

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

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

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