<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE ss:slides 
    PUBLIC "-//MITRE//DTD Simple Slides 1.0//EN"
           "http://simp.mitre.org/simple-slides/simple-slides10.dtd">

<?xml-stylesheet
    href="http://simp.mitre.org/simple-slides/simple-slides10.xsl"
    type="text/xml"?>

<!-- Generate a local reference to a CSS file instead of the default. -->

<?simple-slides css=simple-slides.css?>

<ss:slides 
    xmlns='http://www.w3.org/1999/xhtml'
    xmlns:ss='http://simp.mitre.org/simple-slides'
    title='Briefing Title'>

<ss:slide title='Talk Title'>

<p class='center'>John D. Ramsdell</p>
<p class='center'>May 2004</p>

</ss:slide>

<!-- A note for the next slide. -->

<ss:note title="Points">
<p>Remember to talk to all three points.</p>
</ss:note>

<ss:slide title='Talk Slide'>

<ul> 

<li>This is my first point.</li>

<li>This is my second point.</li>

<li>This is my third point.</li>

</ul>

</ss:slide>

</ss:slides>
