body, td, div, span {
                     color           : #000000;
                     font-size       : 11pt;
                     font-family     : TrebuchetMS, Verdana, Arial;
                     text-decoration : none
                     }

.body {
       margin          : 0 0 0 0;
       background-color:#FFFFFF;
       }

.bold {
       font-weight : bold;
       }

.italic {
         font-style : italic;
         }

.biggest {
          font-size : 18pt;
          }

.big {
      font-size : 14pt;
      }

.medium {
         font-size : 12pt;
        }

.small {
        font-size : 8pt;
        }

.white {
        color : #FFFFFF;
        }

