@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oswald%3A400%7COleo+Script%3A400);
@import url(https://fonts.jimstatic.com/css?family=Poiret+One%3A400%7CJura%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 20px/130% Jura, sans-serif;
    color:#EEEEEE;
}

input, textarea
{
    font:normal 20px/130% Jura, sans-serif;
}

h1
{
    font:italic normal normal 30px/140% Oswald, sans-serif;
    color:#CCCCCC;
    
}

h2
{
    font:italic normal bold 16px/140% "Poiret One", cursive;
    color:#F3FFE7;
    
}

h3
{
    font:italic normal normal 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

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

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

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