<?xml version="1.0"?>

<xsl:stylesheet version="1.0"
	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:import href="work-common.xsl"/>

<xsl:template match="section/section/title">
	<h4>
		<xsl:apply-templates/>
	</h4>
</xsl:template>

</xsl:stylesheet>
