@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/140% Share, cursive;
    color:#26C1FF;
}

input, textarea
{
    font:normal 15px/140% Share, cursive;
}

h1
{
    font:normal normal normal 25px/140% Share, cursive;
    color:#EEEEEE;
    
}

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

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

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

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

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