 .code-heading {
        font-weight : bold;
        font-family : "Courier New", monospace; 
        font-size   : 12pt;
        line-height : 1.5em;
  }
  
  .code {
        font-weight : light;
        font-style  : italic;
        font-family : "Courier New", monospace; 
        font-size   : 10pt;
        color : maroon;
        /*border : solid 1px gray;*/
        }
  
  body {
        font-family : sans-serif;
        font-size : 10pt;
  }
