  body { 
    margin: 1em; 
    background: #3f556d;
    font-family: Arial, sans-serif; 
    font-size: 9pt; 
    text-align: left; 
    line-height: 1.6em; 
    color: #dddddd;
    }
    
  #path {
    font-size: 9pt; 
    margin-left: 16px;
    }
  
  #underlay {
    position: absolute; 
    z-index: -1; 
    top: -.55em;
    left: -.85em; 
    color: #667583;
    bcbcbe;
    font-family: garamond, times, serif; 
    font-size: 72pt; 
    font-style: italic; 
    }
  
  A:link { 
    color: #d6d5c1;
    }
    
  A:visited { 
    color: #d8d6b3;
    }
  
  A:active { 
    color: #999999; 
    background: inherit;
    }
    
  td { 
    font-family: Arial, sans-serif; 
    }
    
  p, pre, hr, dl, li, form, #main {
    margin-left: 16px;
    margin-right: 16px;
    }

  dd {
    margin-left: 32px;
    margin-right: 16px;
    }
    
  h1 { 
    font-size: 18pt;
    font-weight: normal; 
    margin-left: 16px;
    }
  
  h2 { 
    font-size: 14pt; 
    font-weight: normal; 
    margin-left: 16px;
    }
    
  h3, h4, h5, h6 {
    font-size: 9pt;
    font-weight: bold;
    margin-left: 16px;
    margin-right: 16px;
    }
    
  dt { 
    font-weight: bold; 
    margin-top: 1em; 
    margin-bottom: 1em; 
    }
    
  address { 
    text-align: right; 
    font-style: italic; 
    }
    
  pre, tt { 
    font: 9pt monospace; 
    }
    
  ol { 
    list-style-type: lower-roman; 
    }
  
  hr { 
    border-bottom: solid; 
    }
  
  div { 
    clear: both; 
    }
  
  .quote, blockquote {
    text-align: justify; 
    font-style: italic; 
    }
    
  .quote, .attribution { 
    text-align: right; 
    }
    
  .nest { 
    margin-left: 0px;
    }
    
  .shifted {
    margin-left: 50% 
    }
    
  .attribution, .quote, blockquote, address { 
    margin-left: 32px;
    margin-right: 32px;
    }
