@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/130% "Tenor Sans", sans-serif;
    color:#877d73;
}

input, textarea
{
    font:normal 13px/130% "Tenor Sans", sans-serif;
}

h1
{
    font:normal normal bold 30px/140% Raleway, cursive;
    color:#877d73;
    text-align:right;
}

h2
{
    font:normal normal normal 19px/140% Raleway, cursive;
    color:#877d73;
    text-align:right;
}

h3
{
    font:normal normal bold 18px/140% Raleway, cursive;
    color:#877d73;
    
}

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

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

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