h1 {font-size: 16pt;
    font-family: "Arial";
    font-weight: bold;
    margin-left: 5%;
    color: maroon}

h2 {font-size: 16pt;
    font-family: "Arial";
    font-weight: bold;
    margin-left: 23%;
    color: maroon}

h3 {font-size: 16pt;
    font-family: "Arial";
    font-weight: bold;
    margin-left: 5%;
    color: maroon}

h4 {font-size: 16pt;
    font-family: "Arial";
    font-weight: bold;
    margin-left: 23%;
    color: maroon}

p.first {font-size: 12pt;
   font-family: "Times New Roman";
   color: navy;
   margin-left: 5%;
   margin-top: 12pt}

p.second {font-size: 12pt;
   font-family: "Times New Roman";
   color: navy;
   margin-left: 23%;
   margin-top: 12pt}

ul {font-size: 12pt;
   font-family: "Times New Roman";
   color: navy;
   margin-left: 23%
   }

div.code {display: none
	  }


