<?xml version="1.0"?>
<xsl:stylesheet 
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	version="1.0">

<xsl:template match="/">
<html><head><title>Endangered Species</title></head><body bgcolor="white">
<p>Endangered animals face numerous threats. For more information, check out the World Wildlife Federation's <a href="http://www.worldwildlife.org/ species/species.cfm?"> pages</a>. 
</p><hr/></body></html>
</xsl:template>

</xsl:stylesheet>

