body
         { 
           margin: .75em;
           background-color: #fff8d8;
           color: #101000;
           font-family: serif;
         }
h1
         { 
           font-family: serif;
           text-align: center;
         }

td       {
           vertical-align: top;
         }

div#notation-section
         {
           margin-left: 9em;
           margin-right: 2em;
         }

div#notation-section
 tr.item
  td
         {
           padding-right: 0.5em;
         }

table#notation-index 
         {
           margin-top: 2em;
         }

div#description-section
 table
         {
           /*
           border: solid brown 1px;
           */
           border-collapse: separate;
         }

div#description-section
 td
  p
         {
           /*
           border: solid black 1px;
           */
           margin: 0 auto 0.25em 0;
         }

div#description-section
 tr.old-section-start
  h4
         {
           color: blue;
           margin: 2em auto 0.5em 0;
         }

div#description-section
 tr.section-start
  h4
         {
           font-size: 120%;
           margin: 1.5em auto 0.5em 0;
         }

div#description-section
 td.note
  p
         {
           /*
           border: dashed green 1px;
           */
           margin: 0 4em 0.5em 4em;
         }

div#description-section
 td.keys
         {
           /*
           border: solid red 1px;
           */
           font-size: 1em;
           width: 11em;
           padding-left: 0.75em;
         }

div#description-section
 td.description
         {
           line-height: 1em;
         }

.ref
         { 
           font-size: 0.75em;
         }

.ref
 a
         { 
           text-decoration: none;
           font-family: sans-serif;
         }
.key
         { 
           font-variant: small-caps;
           font-family: monospace;
           font-size: 90%;
         }
.cmd
         { 
           font-family: monospace;
           font-style: normal;
           font-size: 90%;
         }
.name
         { 
           font-style: italic;
           font-family: sans-serif;
           font-size: 90%;
         }
.meta
         { 
           font-style: italic;
           font-weight: bold;
           color: red;
         }
.ctrl
         {
           font-style: italic;
           font-weight: bold;
           color: #1040ff;
         }
.note
         {
           font-family: sans-serif;
           font-style: italic;
           font-size: 0.75em;
         }

hr.L50
         {
           width: 50%;
           height: 1px;
           margin: auto auto auto 0;
           text-align: left; /* keep IE happy */
         }
