<html>

  <head>
    <meta http-equiv="content-type" content="text/html;chars-
       et=iso-8859-1">
    <title>DHTML for the WWW | Decorating Text</title>
    <style media="screen" type="text/css"><!--
em {
  text-decoration: underline }

p em  {
  text-decoration: line-through }


p {
  text-decoration: overline }

--></style>
  </head>

  <body>
        <em>CHAPTER IV<br>
      The Rabbit Sends in a Little Bill</em>
    <p>It was the White Rabbit, trotting slowly back again, -
       and looking anxiously about as it went, as if it had -
       lost something; and she heard it muttering to itself<-
       em> 'The Duchess! The Duchess! Oh my dear paws! Oh my-
        fur and whiskers! She'll get me executed, as sure as-
        ferrets are ferrets! Where <i>can</i> I have dropped-
        them, I wonder?' </em>Alice guessed in a moment that-
        it was looking for the fan and the pair of white kid-
        gloves, and she very good-naturedly began hunting ab-
       out for them, but they were nowhere to be seen--every-
       thing seemed to have changed since her swim in the po-
       ol, and the great hall, with the glass table and the -
       little door, had vanished completely.</p>
  </body>

</html>