1 <?xml version="1.0" encoding="utf-8"?>
  2 <page>
  3   <config delay="">
  4 
  5   </config>
  6 
  7   <t0>
  8     <pgStyleObject>
  9       { theStyle : 'fontFamily, fontSize, color, width',
 10         propVals : 'Verdana, 22px, black, auto' }
 11     </pgStyleObject>
 12     
 13     <html>
 14       <![CDATA[
 15         <p>
 16           <span style="color:#800080;"><b>Scrumpt</b>ious</span> (<b>ad</b>jec<b>tive</b>) 
 17           - <b>Ex</b>treme<b>ly t<u>a</u>sty</b>, <b>d<u>e</u></b>li<b>cious</b>.
 18         </p>
 19         <p style="margin-top: 14px;"
 20           The <b>choc</b><u>o</u><b>late</b> cake was 
 21             <span style="color:#800080;"><b>scrump</b>tious</span>.
 22         </p>
 23       ]]>
 24     </html>
 25   </t0>
 26 
 27   <!--Additional <config#> ... </config#> sections as required.-->
 28     
 29 </page>