@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#1B00A2;
}

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

h1
{
    font:normal normal bold 18px/140% "Open Sans", sans-serif;
    color:#0068EA;
    text-align:center;
}

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

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

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:solid;
    border-bottom-width:1px; /* fix */
    border-color: #7300A9;
    height: 1px;
}
