@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 18px/140% Philosopher, sans-serif;
    color:#333333;
    
}

h2
{
    font:normal normal bold 16px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal bold 25px/140% Philosopher, sans-serif;
    color:#207700;
    
}

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

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

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