<!--
  body { 
    font-size: 100%;
    width: 840px;
  }
  div.border {
    /*OLD COLOR background-color: #DDFF9F;*/
    background-color: #fff;
    padding: 5px 5px 5px 5px;    
    height: 640px;
  }
  div.outer {
    text-align: center;
  }
  div.title {
    text-align: center;
  }
  h1 {
    font-family: "Arial Narrow", helvetica, sans-serif;
    letter-spacing: 6px;
    font-size: 1.7em;
    font-weight: normal;
    font-variant: small-caps;
    color: #45654D
}
  h2 {
    font-family: "Arial Narrow", helvetica, sans-serif;
    font-size: 1.2em;
    color: #000080;  
}  
  h3 {
    font-family: "Arial Narrow", helvetica, sans-serif;
    font-size: 1.em;
    color: #9932CC;
    }  
  span.header {
    font-family: "Arial Narrow", helvetica, sans-serif;
    font-size: 1.2em;
    color: #000080;
  }
  span.detail {
    font-family: "Arial Narrow", helvetica, sans-serif;
    font-size: 1.2em;
    color: #45654D;
  }  
  a.linkless {
    text-decoration: none;
    color: #000;
  }  
-->  