<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	
 
     <!--	<xsl:template match="organization">
		<div class="eAu-organization-container">
			<xsl:apply-templates />
		</div>
	</xsl:template>-->
    
   
      
       
    
   					 <xsl:template match="text">
    					
    					
									<xsl:apply-templates />
                                    <div style="width:100%; background-color:black;">
                                    	1111111111111111111111111111
                                    </div>
								
							</xsl:template>
							
							 
 </xsl:stylesheet>
