
 
body    {
        background-color: #FFFFFF;
        font-family: 'Open Sans', Tahoma, 'Segoe UI', Verdana, 'Trebuchet MS';
        color: #000000;
        font-size: 9pt;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        border: 0px;
        margin: 0px;
        }
 
*[style="font-size: xx-small;"] {
        font-size: 7pt !important;
        }
 
*[style="font-size: x-small;"]  {
        font-size: 8pt !important;
        }
 
*[style="font-size: small;"]    {
        font-size: 9pt !important;
        }
 
*[style="font-size: medium;"]   {
        font-size: 11pt !important;
        }
 
*[style="font-size: large;"]    {
        font-size: 13pt !important;
        }
 
*[style="font-size: x-large;"]  {
        font-size: 17pt !important;
        }
 
*[style="font-size: xx-large;"] {
        font-size: 23pt !important;
        }
 
