@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Droid+Sans%3A400%7COswald%3A400);
@import url(https://fonts.jimstatic.com/css?family=Comfortaa%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 13px/150% Arial, Helvetica, sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 13px/150% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 25px/140% Comfortaa, cursive;
    color:#008169;
    
}

h2
{
    font:normal normal bold 25px/140% Comfortaa, cursive;
    color:#870056;
    
}

h3
{
    font:normal normal bold 25px/140% "Droid Sans", sans-serif;
    color:#008287;
    
}

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

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

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