<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"
xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional">
<xsl:template>
<xsl:value-of/>
</xsl:template>

<xsl:template match="/">
<html>
<head>
<title>Fosca di Igino Ugo Tarchetti</title>
</head>
<body bgcolor="#669999" link="red" text="black" alink="orange" vlink="orange">
<xsl:apply-templates select="body"/>
<table width="500" align="center">
<tr><td>
<center>
<div style="background:#6699CC; font-family:arial; color:#FFCC33; font-size:30">
<i>Fosca</i><br/><font color="black"> di<br/> Igino Ugo Tarchetti</font>
</div>
</center>
</td></tr></table>
<br/>
<hr size="2"/><br/>
<font face="Verdana" color="black">
<xsl:apply-templates/>
</font>
<table width="800" align="center">
<tr><td align="left">
<xsl:apply-templates/>
</td>
</tr>
</table>
<br/>
<p align="center"><font color="#CCFFFF" size="+1"><b>
<xsl:apply-templates/>
</b></font></p><br/>
<font color="#FFCC33">
<xsl:apply-templates/>
</font>
<font color="#FFCC33">
<xsl:apply-templates/>
</font>
<font color="#FFCC33">
<xsl:apply-templates/>
</font>
<font color="#FFCC33">
<xsl:apply-templates/>
</font>
<font color="#0033CC">
<xsl:apply-templates/>
</font>
<font color="#CCFFFF">
<xsl:apply-templates/>
</font>
<i>
<xsl:apply-templates/>
</i>
<i>
<xsl:apply-templates/>
</i>
<i>
<xsl:apply-templates/>
</i>
<font color="#99CCFF">
<xsl:apply-templates/>
</font>
<br/>
<u>
<xsl:apply-templates/>
</u>
<font color="#000066">
<xsl:apply-templates/>
</font>
<br/>
<hr/>
</body>
</html>
</xsl:template>

<xsl:template match="body">
</xsl:template>


<xsl:template match="div">
</xsl:template>

<xsl:template match="head[@type='ord']">
</xsl:template>

<xsl:template match="name[@type='persona.real']">
</xsl:template>

<xsl:template match="name[@type='cognome.real']">
</xsl:template>

<xsl:template match="name[@type='titolo.real']">
</xsl:template>


<xsl:template match="name[@type='popolo.real']">
</xsl:template>


<xsl:template match="name[@type='luogo.real']">
</xsl:template>

<xsl:template match="name[@type='luogo.fit']">
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="date">
</xsl:template>

<xsl:template match="mentioned[@rend='italic']">
</xsl:template>

<xsl:template match="title[@rend='italic']">
</xsl:template>

<xsl:template match="hi[@rend='italic']">
</xsl:template>

<xsl:template match="name[@type='fiore']">
</xsl:template>

<xsl:template match="p">
<xsl:apply-templates/></xsl:template>

<xsl:template match="interp">
</xsl:template>

<xsl:template match="time">
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="q">
</xsl:template>

<xsl:template match="br">
<xsl:apply-templates/></xsl:template>

<xsl:template match="hr">
<xsl:apply-templates/></xsl:template>


</xsl:stylesheet>