<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

<xsl:template match="/">
   <xsl:apply-templates select="ead/eadheader/filedesc/titlestmt/titleproper"/><BR />

</xsl:template>
  

<xsl:template match="titleproper">
	<FONT FACE="Arial" SIZE="2" COLOR="#000000"><B><xsl:apply-templates />
	</B></FONT>
</xsl:template>
  
<xsl:template match="text()"><xsl:value-of /></xsl:template>
  
</xsl:stylesheet>
