@charset "utf-8";

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

body {}

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

input, textarea
{
    font:normal 13px/150% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:normal normal normal 50px/140% Lobster, cursive;
    color:#B61100;
    
}

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

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

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

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

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