@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/150% Lora, serif;
    color:#666666;
}

input, textarea
{
    font:normal 15px/150% Lora, serif;
}

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

h2
{
    font:normal normal normal 25px/140% "Tenor Sans", sans-serif;
    color:#666666;
    
}

h3
{
    font:normal normal bold 20px/140% "Tenor Sans", sans-serif;
    color:#999999;
    
}

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

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

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