<STYLE>
		       H1
			  {
				Color: RGB(45,200,250);
				Font-Weight: Bold;
				Font-Size: 32pt;
				Font-family:Arial,Helvetica,Serif;
			  }

		        P
			  {
				Color: #FFF00;
				Font-Weight: Normal;
				Font-Size: 14pt;
				Font-Variant:small-caps;
			  }


 			 .Font1

                          {
				Color: Green;
				Font-Weight: Italic;
				Font-Size: 16pt;
			  }

			#Indention
			   {
				Margin-Left:25pt;
				Color: Yellow;
				Font-Weight: Bold;
				Font-Size: 12pt;
			   }

			.TextWrap
			   {
				float: right;
				margin-left: 20px;
				border-width: 10px;
				border-style: Dotted;
				border-color: Yellow
			   }
 			.ParagraphBackground
			   {
				background-color; #AFF9CC;
				padding: 20px;
				border-top: 10px #159648 Dotted;
				border-bottom: 20px #159648 Dashed;
			    }