     BODY {
          font-family: Times, "Times New Roman", Serif;
          font-size: 12pt;
          color: #000000;
	  background-color: #FFFFFF;
          text-align: center;
	  margin-left: 5%;
	  margin-right: 5%;
     }

     H1 {
          font-size: 18pt;
          color: #FF0000;
     }

     H1.headline {
          font-family: Arial, Helvetica, Sans-Serif;
          font-size: 24pt;
          text-align: center;
          color: #000000;
     }

     H4 {
          font-size: 14pt;
          color: green;
     }

     H5 {
          font-size: 14pt;
          text-align: left;
     }

     H6 {
          font-size: 8pt;
          color: purple;
     }

     P {
          text-align: left;
     }

     UL {
          text-align: left;
     }