<STYLE TYPE="text/css">
/* Info at: http://www.w3.org/Style/LieBos2e/enter/  */
  BODY { 
        background: white;
        color: black;
        font-family: arial,sans-serif;
  }
  H1, H2 {
        color: green;
        font-family: arial,sans-serif;
  }
  P  {
        color: black;
        font-family: arial,sans-serif;
  }
  LI {
        color: black;
        font-family: arial,sans-serif;
  }
  H1 {
        font: 16pt bold;
        font-family: arial,sans-serif;
  }
  TD {
        font-family: arial,sans-serif;
  }
  /* UL { font-style: italic } */
  BLOCKQUOTE {      /* to define some notes */
    /* margin-top, margin-right, margin-bottom, and margin-left */
    margin: 1em 0em 1em 0em; 
    font-style: italic;
    background: #EDB;
    padding: 1.5em;
    font-family: arial,sans-serif;
  }
 
  /* next from: http://www.w3.org/Style/Examples/007/figures.html */
  /*note: doesn't work with Netscape. Aarg. */
  DIV.figure {
    float: right;
    width: 25%;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
    text-align: center;
    font-family: arial,sans-serif;
  }
 DIV.code{
    width: 95%;
    color : black;
    background-color: #E5E5E5;
    padding-left: 1em;
    padding-right: 1em;
    font-family: arial,sans-serif;
  }
  P.caption {
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    font-family: arial,sans-serif;
  }
</STYLE>
