<!--
    This is basically just HTML40, but with BLINK added.
    This will make /Style/Overview.html validate, but it doesn't
    make it valid HTML40. The BLINK is merely added as a joke.

    Author: Bert Bos <bert@w3.org>
    Last modified: $Date: 1999/11/10 18:22:43 $ by: $Author: bbos $ 
-->

<!ENTITY % phrase "BLINK | EM | STRONG | DFN | CODE |
                   SAMP | KBD | VAR | CITE | ABBR | ACRONYM" >

<!ENTITY % HTML40 PUBLIC
  "-//W3C//DTD HTML 4.0//EN"
  "http://www.w3.org/TR/REC-html40/strict.dtd">

%HTML40;
