<?xml version = "1.0"?>
<letter>
      <contact type = "from">
        <name>Dan Rocco</name>
	<address1>Box 12345</address1>
	<address2>123 Any Ave</address2>
	<city>Chicago</city>
	<state>Ill</state>
	<zip>60608</zip>
	<phone>123-4567</phone>
	<flag gender = "F"/>
     </contact>

     <contact type = "to">
       <name>Dan Rocco </name>
       <address1>123 Main </address1>	
       <address2></address2>
       <city>Chicago</city>
       <state>Ill</state>
       <zip>60526</zip>
       <phone>789-1234</phone>
       <flag gender = "M"/>
     </contact>

     <salutation>Dear Sir:</salutation>

     <paragraph>It is our privilege to inform you about our new database managed with <bold>XML</bold>. This new system
     allows you to reduce the load on ypur inventory list.</paragraph>

     <closing>Love</closing>
     <signature>Ms.Doe</signature>

</letter>  
	

