<?xml version="1.0" encoding="ISO-8859-1" ?>
<xsl:stylesheet version="1.0" xmlns="http://www.w3.org/1999/xhtml" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="FEDREG">
<html>
<head>
<title><xsl:value-of select="FEDREG" />	</title>
<link rel="stylesheet" type="text/css" href="fedreg.css" />
</head>
<body style="margin-left:50px;margin-right:50px;">
  <xsl:apply-templates/>
</body>	
</html>
</xsl:template>

</xsl:stylesheet>
