@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Bitter, serif;
    color:#3c2415;
}

input, textarea
{
    font:normal 12px/140% Bitter, serif;
}

h1
{
    font:normal normal normal 20px/140% Lobster, cursive;
    color:#3c2415;
    
}

h2
{
    font:normal normal normal 17px/140% Bitter, serif;
    color:#3c2415;
    
}

h3
{
    font:italic normal normal 14px/140% Bitter, serif;
    color:#3c2415;
    
}

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

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

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