@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 30px/140% "Tenor Sans", sans-serif;
    color:#000000;
    
}

h2
{
    font:normal normal normal 20px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#EEEEEE;
    
}

h3
{
    font:normal normal bold 12px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#EEEEEE;
    
}

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

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

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