
   p { text-align: left;

     color: blue;
     font-weight: bolder;
     padding: 2px;
     margin-top: 1px;
     margin-right: 2px;
     margin-bottom: 1px;
     margin-left: 2px;
     border: 0px solid black;
   }

    ul { text-align: justify;
     color: #AE32BA;
     font-size: 110%;
     font-weight: 400;
     list-style-type: square;
     list-style-position: inside;
          margin-right: 8px;
          margin-left: 8px;
    }

   table {
                 text-align : left;
                 margin: auto auto;
                }

td              {

                 color: #000000; 
                 width: min-content;
                 height:min-content;
                 font: 14pt verdana;
                 font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 16px;
                 text-align: left;
                 margin: 2px;
                 padding: 2px;
                }
   
    td.head {
           border:0px solid white;
         }

   
   