﻿html {
    font-size: 15px;
    /*color: #121212;*/
    color: #000;
}
a {
    /*color: #121212;*/
    color: #000;
}
    a:hover {
        color: #2d508d;
    }

.navbar-light .navbar-nav .nav-link {
    /* color: rgb(0 0 0);*/
    /*color: #121212;*/
    color: #000;
}
h1
{
    font-size:20px;
}
h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
    font-family: sans-serif;
    line-height: 1.5;
}
h3 {
    /*font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;*/
    font-size: 16px;
    line-height: 24px;
    /*font-weight: 600;*/
    font-weight: 600;
    margin-bottom: 10px;
    font-family: sans-serif,Arial;
    /*font-family: 'domain-b-Cheltenham',Georgia, 'Times New Roman', Times, serif;*/
}
h4 
{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}
p
{
    font-size:15px;
}
ins.adsbygoogle[data-ad-status="unfilled"],
ins.adsbygoogle[data-ad-status="unfill-optimized"] {
    display: none !important;
}