body { 
	background:white;
	color:black;
	font-family:"verdana";
	font-size:11pt;
 margin: 10%;
	text-align:justify;
	}


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

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

a:active {
	color:red;
	text-decoration: none;
	background: transparent;
	}

hr {text-align:center;}

h1 {
	background: transparent;
	color:chocolate;
	text-align:center;
	font-size:20pt;
	}



h2 {
	background: transparent;
	color:black;
	text-align:left;
	font-size:18pt;
	}

h3 {
	background: transparent;
	color:darkslateblue;
	text-align:right;
	font-size:16pt;
	padding:20px;
	}
	
h4 {
	background: transparent;
	color:darkslateblue;
	text-align:left;
	font-size:14pt;
	padding:40px 10px 0px 0px;
	}
	
h5 {
	background: transparent;
	color:saddlebrown;
	text-align:left;
	font-size:12pt;
	margin:-15px 0px 10px;
	}

h6 {
	background: transparent;
	color:black;
	text-align:center;
	font-size:10pt;
	}

ol {
 margin:5% 15% 5% 10%;
 /*text-indent:15%;*/
	font-size:10pt;
	text-align:left;
	}
	
ul {
 margin:5% 15% 5% 10%;
 /*text-indent:15%;*/
	font-size:10pt;
	text-align:left;
	}

td {
	color:navy;
	font-family:"arial";
	font-size:10pt;
	text-align:center;
	}

th {
 background:gold;
	color:darkGreen;
	font-family:"arial";
	font-size:10pt;
 font-weight:bold;
	text-align:center;
	}




.center { 
	text-align:center;
	}

.right { 
	text-align:right;
	}
 
.justify {
  text-align:justify;
}

.quote {
    margin:10px 150px;
    color:darkgreen;
    
}

.ref {
   text-align:right;

}

.note { font-size:10pt;
         color:navy;
        /* font-variant:small-caps;
         padding:10px 120px; */
         width:80%;
         margin:30px 10px ;
       }

 .noBullet {
     list-style-type:none;
     width:80%;
     }



