@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal normal 19px/140% "Dancing Script", cursive;
    color:#EEEEEE;
    
}

h2
{
    font:normal normal normal 16px/140% Arial, Helvetica, sans-serif;
    color:#C6000F;
    
}

h3
{
    font:normal normal bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    
}

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

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

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