   body, li, ul, ol, dl {
       margin-left: 0
   }
   p, .navigation, address, hr { 
       margin-left: 4em 
   }
   .navigation { 
       margin-top: 2em 
   }
   h1, h2, h3 { 
       margin-left: 1em 
   }
   h3 {
       margin-top: 0em 
      }
   dl.prlist { 
       font-weight:normal; 
       color:#005A9C; 
       margin-top: 0em; 
   }
   dd { 
       margin-left: 11em; 
       margin-bottom: 2em 
   }
   dt { 
       margin-left: 10em;
       padding-top: .5em
   }

   dd {position: relative }
   strong.date { position: absolute; left: -11em; top: -2em; width: 7em; color: #666; font-style: italic; font-size:small; font-family: sans-serif; }


   /* See ../Guide/pubrules-style.css */
   a:link img, a:visited img { border-style: none } /* no border on img links */
   a img { color: white; }        /* trick to hide the border in Netscape 4 */
   @media all {                   /* hide the next rule from Netscape 4 */
   a img { color: inherit; }    /* undo the color change above */
   }
