@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 17px/140% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 60px/140% "Times New Roman", Times, serif;
    color:#09009A;
    text-align:center;
}

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

h3
{
    font:normal normal bold 25px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#0715FF;
    text-align:center;
}

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

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

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