<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 
   "http://www.w3.org/TR/html4/strict.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>Head First Lounge</title>
	<link type="text/css" rel="stylesheet" href="journal.css" />
	body {
font-family: Verdana, Geneva, Arial, sans-serif;
}
h1, h2 {
font-weight: normal;
color: #cc6600;
border-bottom: thin dotted #888888;
}
blockquote {
font-style: italic;
}
body {
font-size: 14px;
}
h2 {
font-size: 1.2em;
}
body {
font-size: small;
}
h1 {
font-size: 170%;
}
h2 {
font-size: 130%;
}

	<head>
    <title>My Trip Around the USA on a Segway</title>
  </head>
  <body>

    <h1>Segway'n USA</h1>
    <p>
      Documenting my trip around the US on my very own Segway!
    </p>

    <h2>August 20, 2005</h2>
    <img src="../journal/images/segway2.jpg">
    <p>
      Well I made it 1200 miles already, and I passed
      through some interesting places on the way: 
	  </p>
	  <ol>
	  <li>Walla Walla</li>
      <li>WA, Magic City, ID</li>
	  <li>Bountiful, UT</li>
	  <li>Last Chance, CO</li>
      <li>Why, AZ</li> 
	  <li>Truth or Consequences, NM</li>
	  </ol>
	  
    <h2>July 14, 2005</h2>
    <p>
      I saw some Burma Shave style signs on the side of the
      road today:
	  </p>
	  <blockquote>Passing cars, <br>
	  When you can't see, <br>
	  May get you, <br> 
	  A glimpse, <br>
	  Of eternity.</blockquote> 
	  <p>
	  I definitely won't be passing any cars.
    </p>

    <h2>June 2, 2005</h2>
    <img src="../journal/images/segway1.jpg">
    <p>
      My first day of the trip!  I can't believe I finally got
      everything packed and ready to go.  Because I'm on a Segway,
      I wasn't able to bring a whole lot with me: 
	  </p>
	  <ul>
	  <li>cellphone</li> 
	  <li>iPod</li>
      <li>digital camera</li> 
	  <li>protein bar</li>
	  <p>
	  Just the essentials.  As Lao Tzu would have said, <q>A journey of a thousand miles begins
      with one Segway.</q>
	  </p>
    </ul>
  </body>
</html>