h1  {
    font-size: 15pt;
    font-family: Verdana;
    font-weight: bold;
    font-style: italic;
    color: #CE0400;
    }

h2  {
    font-size: 15pt;
    font-family: Verdana;
    font-weight: bold;
    color: #CE0400;
    }

h3  {
    font-size: 12pt;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px ;
    }

h4
    {
    font-size: 12pt;
    font-family: Verdana;
    font-weight: 800;
    color: #912428;
    margin-bottom: 0px ;
    }

h5
        {
    font-size: 10pt;
    font-family: Verdana;
    color: #5E9990;
    font-weight : 600;
    }

h6
        {
    font-size: 9pt;
    font-family: Verdana;
    color: #912428;
    font-weight : 400;
    }

p   {
    font-size: 10pt;
    font-family: Verdana;
    color: #912428;
    font-weight: bold;
    margin-bottom: 0px ;
    }

a:link, a:visited, a:hover, a:active {
        font-family : Verdana;
        font-weight: bold;
        font-size : 10pt;
        color: #ffffff;
        text-decoration: none;
}

a:hover {
        text-decoration: underline overline;
        color: #912428;
}

body {

        scrollbar-face-color:#fd975a;
        scrollbar-highlight-color:#912428;
        scrollbar-arrow-color:#ffffff;
        scrollbar-shadow-color:#912428;
}