﻿<?xml version="1.0" encoding="UTF-8"?>
<tt xml:lang="en" xmlns="http://www.w3.org/ns/ttml" xmlns:ttm="http://www.w3.org/ns/ttml#metadata" xmlns:tts="http://www.w3.org/ns/ttml#styling">
   <head>
      <styling>
         <style
            xml:id="defaultSpeaker"
            tts:backgroundColor="black"
            tts:color="#ffffff"
            tts:extent="80% 10%"
            tts:fontFamily="Arial"
            tts:fontSize="12px"
            tts:fontStyle="normal"
            tts:fontWeight="normal"
            tts:origin="10% 85%"
            tts:textAlign="center"
            tts:textDecoration="none">
         </style>
         <style
            xml:id="defaultCaption"
            tts:backgroundColor="black"
            tts:color="#ffffff"
            tts:fontFamily="Arial"
            tts:fontSize="12px"
            tts:fontStyle="normal"
            tts:fontWeight="normal"
            tts:textAlign="center"
            tts:textDecoration="none">
         </style>
      </styling>
      <layout>
         <region style="defaultSpeaker" xml:id="speaker"></region>
      </layout>
   </head>
   <body xml:id="thebody" style="defaultCaption">
      <div xml:lang="en">
         <p begin="00:00:01.166" end="00:00:02.767" region="speaker">The best way to protect yourself</p>
         <p begin="00:00:02.767" end="00:00:05.000" region="speaker">against the flu is<br/>with a flu shot.</p>
         <p begin="00:00:05.000" end="00:00:08.533" region="speaker">In fact, even though the flu<br/>shot is far from perfect,</p>
         <p begin="00:00:08.533" end="00:00:12.600" region="speaker">it&apos;s by far the best tool we<br/>have to protect against the flu.</p>
    </div>
  </body>
</tt>
