/*
 * Dai's Style sheet for the HTML 4.0 specification
 */

  <STYLE type=text/css>

    <!--
     BODY {
        margin: 2em 1em 2em 70px;
        color: black;
        background: white;
        background-position: top left;
        background-attachment: fixed;
        background-repeat: no-repeat;
     }
     DIV.myclass-c {text-align: center}
     DIV.myclass-r {text-align: right}
     DIV.myclass-l {text-align: left}
     H1.myclass-c, H2.myclass-c, H3.myclass-c, P.myclass-c{text-align: center}
     H1.myclass-r, H2.myclass-r, H3.myclass-r, P.myclass-r{text-align: right}
     H1.myclass-l, H2.myclass-l, H3.myclass-l, P.myclass-l{text-align: left}
    UL.sqaure {
      list-style: square;
    }
    UL.disc {
      list-style: disc;
    }
    UL.circle {
      list-style: circle;
    }
    -->
  </STYLE>


