@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/140% Lobster, cursive;
    color:#021500;
}

input, textarea
{
    font:normal 17px/140% Lobster, cursive;
}

h1
{
    font:normal normal bold 30px/140% Lobster, cursive;
    color:#688B00;
    text-align:center;
}

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

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

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

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

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