<?xml version="1.0" encoding="UTF-8" ?>

<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xml:lang="en">
	<fo:layout-master-set>
		<fo:simple-page-master page-height="279mm" page-width="216mm" margin-top="10mm" margin-left="20mm" margin-right="20mm" margin-bottom="5mm" master-name="PageMaster">
			<fo:region-before border-style="none" border-width="thin" extent="15mm"/>
			<fo:region-body border-style="none" border-width="thin" margin-top="20mm" margin-left="0mm" margin-right="0mm" margin-bottom="5mm"/>
			<fo:region-after border-style="none" border-width="thin" extent="15mm"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence initial-page-number="1" master-reference="PageMaster">
		<fo:static-content flow-name="xsl-region-before">
			<fo:block font-size="9pt">
				<fo:external-graphic src="url('img/antenna-en.png')" content-height="12mm"/>
				XSL FO Sample Copyright &#xA9; 1996-2005 Antenna House, Inc. All rights reserved.
			</fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
			<fo:block text-indent="1em" font-family="sans-serif" font-size="20pt" font-weight="bold" background-color="#EEEEEE" line-height="20mm">
				Indent/Border/Padding
			</fo:block>
			<fo:block space-before="1em">You can create an optional space around the text  inside the block flexibly. </fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="0mm"</fo:block>
			<fo:block background-color="yellow" padding="0mm">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="3mm"</fo:block>
			<fo:block background-color="yellow" padding="3mm">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="0mm" border-width="2mm" border-color="blue"</fo:block>
			<fo:block background-color="yellow" padding="0mm" border-style="solid" border-width="2mm" border-color="blue">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="3mm" border-width="2mm" border-color="blue"</fo:block>
			<fo:block background-color="yellow" padding="3mm" border-style="solid" border-width="2mm" border-color="blue">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="3mm" border-width="2mm" border-color="blue"</fo:block>
			<fo:block space-before="0em">margin-left="20mm"</fo:block>
			<fo:block background-color="yellow" padding="3mm" border-style="solid" border-width="2mm" border-color="blue" margin-left="20mm">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.				</fo:block>

			<fo:block space-before="2em">background-color="yellow" padding="3mm" border-width="2mm" border-color="blue"</fo:block>
			<fo:block space-before="0em">margin-left="20mm" margin-right="20mm"</fo:block>
			<fo:block background-color="yellow" padding="3mm" border-style="solid" border-width="2mm" border-color="blue" margin-left="20mm" margin-right="20mm">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

			<fo:block space-before="2em">background-color="yellow" border-color="blue"</fo:block>
			<fo:block space-before="0em">padding-top="1mm" padding-right="3mm" padding-bottom="5mm" padding-left="7mm"</fo:block>
			<fo:block space-before="0em">border-top-width="5mm" border-right-width="7mm"  border-bottom-width="1mm"  border-left-width="3mm"</fo:block>
			<fo:block background-color="yellow" padding-top="1mm" padding-right="3mm" padding-bottom="5mm" padding-left="7mm" border-style="solid" border-top-width="5mm" border-right-width="7mm"  border-bottom-width="1mm"  border-left-width="3mm" border-color="blue">
April 12: Dedicatory sumo wrestling match by some 300 sumo wrestlers will be held at Yasukuni Shrine near Kudanshita subway station, 9 a.m.-3:30 p.m. Admission free.
			</fo:block>

		</fo:flow>
	</fo:page-sequence>
</fo:root>

