@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Crimson+Text%3A400%7CShadows+Into+Light%3A400);
@import url(https://fonts.jimstatic.com/css?family=Jura%3A400%7CKelly+Slab%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 16px/140% Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 16px/140% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal normal 20px/140% "Kelly Slab", cursive;
    color:#FB00EC;
    
}

h2
{
    font:italic normal bold 25px/140% Jura, sans-serif;
    color:#1798FF;
    
}

h3
{
    font:italic normal bold 30px/140% "Crimson Text", serif;
    color:#F70000;
    
}

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

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

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