@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 17px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

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

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

h3
{
    font:normal normal bold 20px/140% Oswald, sans-serif;
    color:#49A9E9;
    
}

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

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

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