<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
  <xsl:import href="/usr/local/share/xsl/slides/xsl/fo/plain.xsl"/>

  <xsl:param name="body.font.master">12</xsl:param>
  <xsl:param name="foil.title.master">14</xsl:param>

  <xsl:attribute-set name="speakernote.properties">
    <xsl:attribute name="font-size">10pt</xsl:attribute>
  </xsl:attribute-set>

</xsl:stylesheet>

