@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 20px/150% "Trebuchet MS", Verdana, sans-serif;
    color:#EBFFE6;
}

input, textarea
{
    font:normal 20px/150% "Trebuchet MS", Verdana, sans-serif;
}

h1
{
    font:italic normal normal 50px/140% Lobster, cursive;
    color:#FFC134;
    
}

h2
{
    font:normal normal bold 40px/140% Lobster, cursive;
    color:#F2F600;
    text-align:center;
}

h3
{
    font:normal normal normal 25px/140% Lobster, cursive;
    color:#FFB11C;
    
}

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

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

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