@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/140% Philosopher, sans-serif;
    color:#AE009B;
}

input, textarea
{
    font:normal 15px/140% Philosopher, sans-serif;
}

h1
{
    font:normal normal normal 20px/140% Arvo, serif;
    color:#7E0058;
    
}

h2
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#830059;
    
}

h3
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#90006A;
    
}

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

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

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