@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 25px/140% "Marck Script", cursive;
    color:#000000;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% "Marck Script", cursive;
    color:#000000;
    text-align:center;
}

h3
{
    font:normal normal normal 18px/140% "Marck Script", cursive;
    color:#000000;
    text-align:center;
}

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

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

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