@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/150% "Times New Roman", Times, serif;
    color:#000000;
}

input, textarea
{
    font:normal 15px/150% "Times New Roman", Times, serif;
}

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

h2
{
    font:italic normal bold 20px/140% Georgia, "Times New Roman", Times, serif;
    color:#0C39FF;
    text-align:center;
}

h3
{
    font:italic normal bold 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#295EFF;
    text-align:center;
}

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

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

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:#687e88; }
.altcolor h2 {color:#1857FF; }
.altcolor h3 {color:#687e88; }

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

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

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