  h1 { color: #edd; background-color: blue; padding: 5px;
       text-align: center;font-size: 16pt;
       text-decoration: none; text-shadow: none ; font-family: serif;  }
  h2 { color: #f00; background-color: #F9B7FF; padding: 5px;
       text-align: center;font-size: 12pt;
       text-decoration: none; text-shadow: none ; font-family: serif;  }
  h3 { text-color: #f00 ; background-color: blue; text-align: center; 
      text-decoration: none; text-shadow: none ; font-family: sans-serif;  }

  p { text-decoration: none; text-shadow: none ; font-family: sans-serif; font-size: 11pt; }
  p.it { font-style: oblique; color: navy;}
  ol > li { color: #040 ; text-indent: 0em; margin-left: -20px; }
  ul > li { color: brown; text-indent: 0em; margin-left: -20px; }
  dt { color: navy; font-style: normal ; }

  ol > li >  dfn { color: navy; font-style: oblique;}
  ul > li >  dfn { color: black; font-style: normal; }
  dd { color: navy; font-style: oblique; text-indent: -2em;}

  p.floatright {float: right; font-size: 10.5pt; margin: 5px; 
       width: 300px; margin-top: 0;  background-color: #efe;
          border: 1px solid #eee; padding: 10px; 
   }

  p.foot { text-decoration: none; text-shadow: none ; font-family: serif; font-size: 10pt; font-style:italic; }


  ul {padding-left:1em;  }
  body {width:600px; background-color: #eee; padding: 5px; 
      margin-left: auto; margin-right:auto; }
  <!-- border-style: groove; border-width: thin;} -->
