<?xml version="1.0" encoding="ISO-8859-1"?>

<html xmlns="http://www.w3.org/1999/xhtml"
          xmlns:time="http://www.x-smiles.org/2004/timesheet">
          
          <head>
              <style type="text/css">
                  :timed-inactive {display: none ! important; }
                  div { margin: 12px 120px 12px 120px; padding: 10px 100px 100px 100px; }
                  :red {display: block; background-color: red; }
                  :blue {display: block; background-color: blue; }
                  :green {display: block; background-color: green; }
                  :yellow {display: block; background-color: yellow; }
                  :black {display: block; background-color: black; } 
                  p { font-weight: bold; font-size: 22px; padding: 50px 0px 50px 0px; }
                  #line1 {color: aqua; }
                  #line2 {color: yellow; }
                  #line3 {color: fuchsia; }
                  #line4 {color: blue; }
                  #line5 {color: white; }                                                      
              </style>

              <time:time>
                  <time:item id="audio" select="#ktk" prefetch="true"/>
                  <time:seq>
                      <time:par dur="8s">
                          <time:item select="#div" class="red"/>    
                          <time:item select="#line1"/>
                      </time:par>
                      <time:par dur="6s">
                          <time:item select="#div" class="blue"/>    
                          <time:item select="#line2"/>
                      </time:par>
                      <time:par dur="6s">
                          <time:item select="#div" class="green"/>    
                          <time:item select="#line3"/>
                      </time:par>
                      <time:par dur="3s">
                          <time:item select="#div" class="yellow"/>    
                          <time:item select="#line4"/>
                      </time:par>
                      <time:par dur="7s">
                          <time:item select="#div" class="black"/>    
                          <time:item select="#line5"/>
                      </time:par>
                  </time:seq>
              </time:time>

          </head>

          <body>
              <object id="ktk" data="ktk.ogg" type="audio/x-ogg"/>
              <div id="div">
                  <p id="line1">Where's the world when my brother's house is robbed</p>
                  <p id="line2">held in check by the worst kind of mob</p>
                  <p id="line3">kill the kids, it's so fun to occupy</p>
                  <p id="line4">talk of peace while you</p>
                  <p id="line5">hide the keys and demoralize</p>                                    
              </div>
          </body>
</html>