<?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 - Color - 001</ttm:title>
<ttm:description>Test tts:color style using a named color expression.</ttm:description>
<ttm:copyright>Copyright (C) 2008 W3C (MIT, ERIM, Keio). All Rights Reserved.</ttm:copyright>
</metadata>
	<styling>
		<style id="s1" tts:color="white" tts:backgroundColor="black" tts:textAlign="center" />
	</styling>
</head>
<body>
	<div xml:lang="en" style="s1">
		<p begin="1s" end="4s">How doth the little crocodile<br/> Improve its shining tail</p>
	</div>
</body>
</tt>

