@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% Raleway, cursive;
    color:#000000;
}

input, textarea
{
    font:normal 13px/140% Raleway, cursive;
}

h1
{
    font:normal normal bold 35px/140% Lobster, cursive;
    color:#a5be00;
    
}

h2
{
    font:normal normal bold 25px/140% Lobster, cursive;
    color:#000000;
    
}

h3
{
    font:normal normal bold 20px/140% Lobster, cursive;
    color:#000000;
    
}

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

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

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