﻿

h3.black-bg{
        background-color:black!important;
        color:white!important;
        -webkit-print-color-adjust: exact; 

    }

        body{

            font-size:14pt;
        }

        .bolder{

            font-weight:bolder;
        }

     .padding2{
         padding:2px;
     }

      @media screen  and (max-width: 650px)
     {
         body{
             font-size:10pt;
         }

     }



     @media screen  and (max-width: 500px)
     {
         body{
             font-size:6pt;
         }

     }

     @media screen  and (max-width: 300px)
     {
         body{
             font-size:5pt;
         }

     }