body {
  background:white;
  color: black ;
  margin-left:5%;
  margin-right:5%;
  text-align:justify;  
  font-family:"arial";
  font-size:10pt;
}

hr { text-align:center;
      width:400px;
     }

h1 {
  color: navy;
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 33pt;
  font-family:"Comic sans MS", Arial;
}

h2 {
  color: navy;
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 22pt;
  font-family:"Comic sans MS", Arial;
}

h3 {
  color:green;
  background: transparent;
  font-weight: bold;
  text-align:left;
  font-size: 18pt;
  font-family:"Comic sans MS", Arial;
}

h4 {
  color: green;
  background: transparent;
  font-weight: bold;
  text-align:left;
  font-size: 16pt;
  font-family:"Comic sans MS", Arial;
}

h5 {
  color:darkolivegreen;
  background: transparent;
  font-weight: bold;
  text-align:left;
  font-size: 14pt;
  font-family:"Arial";
}

a:link {
  color: crimson;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: mediumblue;
  background: transparent;
  text-decoration: none;
}

a:active {
  color: green;
  background: mintcream;
  text-decoration: none;
}



td {font-family:arial;
    font-size:10pt;
    text-align:justify;
    }
    
.noBullet {
     list-style-type:none;
     width:80%;
     }

 #imgBox{  margin:80px auto 0px auto;
           width:80%;
           text-align:center;
         }

.imgLegend {
            color:darkgreen;
            font-family:verdana;
            font-size:10pt;
            text-align:center;
            margin:-10px 0px;
            padding:7px;
             }
             
.note {font-family:arial;
       font-size:11pt;
       color:crimson;
       background:wheat;
       padding:20px;
       }


.left{ text-align:left}
.right { text-align:right}
.center { text-align:center}

.w50  { width:50px;}

.lCol {text-align:center;
       width:100px;
       float:left;
       }
.rCol { text-align:justify;
        float:right;
        width:400px;
        padding:50px 60px 0px 40px;
      }
      
.lCell {
       width:200px;
       text-align:center;
       height:120px;
       }
       
.dropcap:first-letter {
	font-weight:normal;
 font-size:60px;
 float:left; margin:-10px 6px 0px 0px;
 color:burlywood;
 font-family:verdana, serif;
}
