<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/2006/10/ttaf1" xmlns:tts="http://www.w3.org/2006/10/ttaf1#style" xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
<head>
<metadata> 
<ttm:title>Style Test - Font Size - 001</ttm:title>
<ttm:description>Test tts:fontSize using a 20px font.</ttm:description>
<ttm:copyright>Copyright (C) 2008 W3C (MIT, ERIM, Keio). All Rights Reserved.</ttm:copyright>
</metadata>
	<styling>
		<style id="s1" tts:fontSize="20px" tts:color="white" tts:backgroundColor="black" tts:textAlign="center" />
	</styling>
</head>
<body>
	<div xml:lang="en" style="s1">
		<p begin="1s" end="4s">"The time has come,"<br /> the Walrus said</p>
	</div>

</body>
</tt>

