<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
   <fo:layout-master-set>
      <fo:simple-page-master master-name="my-page">
         <fo:region-body margin="1in"/>
      </fo:simple-page-master>
   </fo:layout-master-set>
   <fo:page-sequence master-reference="my-page">
      <fo:flow flow-name="xsl-region-body">
         <fo:table>
            <fo:table-column column-width="15cm"/>
            <fo:table-body>
               <fo:table-row height="23.2pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="19.5pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="21pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="20.3pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="18pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="14pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="14pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
               <fo:table-row height="14pt">
                  <fo:table-cell border-bottom="solid 1pt #3366FF" border-top="solid 1pt #3366FF">
                     <fo:block>Test</fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-body>
         </fo:table>
      </fo:flow>
   </fo:page-sequence>
</fo:root>

