<?xml version="1.0"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
    font-family="sans-serif"
    font-size="36pt"
>
  <fo:layout-master-set>
    <fo:simple-page-master master-name="body-page"
        margin-top="0.5in"
        margin-left="0.5in"
        margin-right="0.5in"
        margin-bottom="0.5in"
        page-height="11in"
        page-width="8.5in">
      <fo:region-body
          margin-top="1.5in"
          margin-bottom="1.5in"
          border-before-style="solid"
          border-after-style="solid"
          border-start-style="solid"
          border-end-style="solid"
          border-before-width="2pt"
          border-after-width="2pt"
          border-start-width="2pt"
          border-end-width="2pt"
          border-before-color="black"
          border-after-color="black"
          border-start-color="black"
          border-end-color="black"
      />
      <fo:region-before 
          border-before-style="solid"
          border-after-style="solid"
          border-start-style="solid"
          border-end-style="solid"
          border-before-width="2pt"
          border-after-width="2pt"
          border-start-width="2pt"
          border-end-width="2pt"
          border-before-color="red"
          border-after-color="red"
          border-start-color="red"
          border-end-color="red"
          extent="1in"/>
      <fo:region-after 
          border-before-style="solid"
          border-after-style="solid"
          border-start-style="solid"
          border-end-style="solid"
          border-before-width="2pt"
          border-after-width="2pt"
          border-start-width="2pt"
          border-end-width="2pt"
          border-before-color="green"
          border-after-color="green"
          border-start-color="green"
          border-end-color="green"
          extent="1in"/>
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="body-page">
    <fo:static-content flow-name="xsl-region-before">
    </fo:static-content>
    <fo:static-content flow-name="xsl-region-after">
      <fo:block>
        <fo:page-number/>
      </fo:block>
    </fo:static-content>
    <fo:flow flow-name="xsl-region-body"
        >
      <fo:block
          font-size="12pt"
          start-indent="0.5in"
          line-height="110%">
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-style="italic"
          >12pt Arial italic [<fo:inline font-size="12pt" font-family="'CourierNew', monospaced "
           ><![CDATA[font-style="italic"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-style="oblique"
          >12pt Arial oblique [<fo:inline font-size="12pt" font-family="'Courier New', monospaced "
           ><![CDATA[font-style="oblique"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-style="italic"
            font-weight="bold"
          >12pt Arial bold italic [<fo:inline font-size="12pt" font-family="'Courier New', monospaced "
           ><![CDATA[font-style="italic"
            font-weight="bold"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-variant="small-caps"
            font-weight="bold"
          >12pt Arial bold small-caps [<fo:inline font-size="12pt" font-family="'Courier New', monospaced "
           ><![CDATA[font-weight="bold"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-weight="bold"
          >12pt Arial bold
          [<fo:inline font-size="12pt" font-family="'Courier New', 'monospaced' "
           ><![CDATA[font-weight="bold"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="Arial"
            space-before="12pt"
            font-stretch="ultra-expanded"
            font-weight="bold"
          >12pt Arial bold ultra expanded
          [<fo:inline font-size="12pt" font-family="'Courier New', 'monospaced' "
           ><![CDATA[font-stretch="ultra-expanded"]]></fo:inline>]</fo:block>
        <fo:block
            font-family="'GoudyHandtooled BT', 'serif' "
            space-before="12pt"
            font-size="20pt"
            line-height="24pt"
        >20pt GoudyHandtooled BT
        [<fo:inline font-size="12pt" font-family="'Courier New', 'monospaced' "
        ><![CDATA[font-family="'GoudyHandtooled BT', 'serif' "]]></fo:inline>]
        </fo:block>
      </fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>


