@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Lobster%3A400&subset=latin%2Ccyrillic);
@import url(https://fonts.jimstatic.com/css?family=Shadows+Into+Light%3A400);

body {}

body, p, table, td
{
    font:normal 18px/130% "Courier New", Courier, monospace;
    color:#666666;
}

input, textarea
{
    font:normal 18px/130% "Courier New", Courier, monospace;
}

h1
{
    font:normal normal normal 35px/140% Lobster, cursive;
    color:#00A1DC;
    text-align:center;
}

h2
{
    font:italic normal normal 40px/140% "Shadows Into Light", cursive;
    color:#EB0074;
    text-align:center;
}

h3
{
    font:italic normal normal 40px/140% Lobster, cursive;
    color:#EB0074;
    
}

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

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

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