body {
background: #ffffff;
color: #000099;
font: 90%/120% Arial,Gillsans,sans-serif;


}

p {
  margin:2%;
  text-indent: 2%;
  
  }
  
  
p.title {
   font-size: 100%;
   font-weight: bold;
   text-transform: uppercase;
   color:#006633;
   }
   
Li  {list-style: square outside; 
	margin-left: 20%; 

}
Li.main  {list-style: square outside; 
	margin-left: 8%; 

} 
 img.left {
float: left
}

img.right {
float: right
}

 img.center {
float: center
}

   
H1 {
   font-size: 90%;
   text-transform: uppercase;
   color:#990000;
   }