STYLE			H1
			  {
				Color: RGB(155,155,155);
				Font-Weight: Bold;
				Font-Size: 200%;
				Font-family:Arial,Helvetica,Serif;
			  }

			P
			  {
				Color: #FF0000;
				Font-Weight: Normal;
				Font-Size: 32px;
				Font-variant:small-caps;
			  }
	
			.Font1		
			  {
				Color: Green;
				Font-Weight: Italic;
				Font-Size: 2em;
			  }	
				
			#Indention
			  {
				Margin-Left:25pt;
				Color: Yellow;
				Font-Weight: Bold;
				Font-Size: xx-large;
			  }
			.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;
			  }
					