@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 20px/180% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#F6FFDE;
}

input, textarea
{
    font:normal 20px/180% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:italic normal normal 40px/140% Philosopher, sans-serif;
    color:#0500F6;
    text-align:center;
}

h2
{
    font:normal normal normal 40px/140% Oswald, sans-serif;
    color:#FFFDE2;
    text-align:center;
}

h3
{
    font:normal normal bold 20px/140% Oswald, sans-serif;
    color:#49A9E9;
    
}

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

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

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