body   
    { color: black; 
      font-size: 12px; 
      line-height: 150%; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: none; 
      background-color: #333; 
      text-align: justify 
    }
    
TABLE   
    { color: black; 
      font-size: 12px; 
      line-height: 150%; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: none; 
      text-align: justify 
    }
    
a:link 
    { color: #3c0; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: underline 
    }
    
a:visited  
    { color: #3c0; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: underline 
    }
    
a:hover 
    { color: #fff; 
      font-family:"Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: none; 
      background-color: #3c0 
    }
    
a:active 
    { color: #3c0; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: underline 
    }
    
a:visited:hover 
    { color: #fff; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: none; 
      background-color: #3c0 
    }
    
pre 
    { margin-top: 0.6em; 
      margin-bottom: 0.6em 
    }
    
.head 
    { letter-spacing: 5px 
    }
    
.subhead      
    { color: #3c0; 
      font-weight: bold; 
      line-height: 200%; 
      letter-spacing: 4px 
    }
    
.footer 
    { color: #999 
    }


img.extlogo
    { border: 0px;
      padding-right: 4px;
    }

.container
    { border: 0px;
      width: 100%;
    }

.property
    { text-align: right;
      vertical-align: top;
      width: 100px;
    }

.flat   
    { font-size: 12px; 
      font-family: "Lucida Sans Unicode", "Courier New", Courier, Monaco; 
      text-decoration: none; 
      background-color: #f5f5f5; 
      border: solid 1px black 
    }


