/* font */ 

font {font-size: 11pt;
      font-weight: bold;
     font-family: Verdana, arial;
     color: #ffffff} 

/* paragraph */

p   {font-size: 11pt;
     font-family: Verdana, arial;
     color: black}


/* headline 1 */

h1 {font-size:15pt;
    font-wright: bold;
    font-family: Verdana; color: black} 

/* headline 2 */

h2 {font-size:13pt;
    font-wright: bold;
    font-family: Verdana; color: black} 

/* headline 3 */

h3 {font-size:10pt;
    font-wright: bold;
    font-family: Verdana; color: black} 





