  body { 
    color: #716F48;
    background: #FFFFFF;     
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;; font-style:normal; font-variant:normal; font-size:1em; font-family:Verdana, helvetica, sans-serif
  }


  h1 {
    color: #716F48;
    font: xx-large bold 1em Verdana, helvetica, sans-serif;
   # text-transform: lowercase;
  }

  .o {
    color: #FF840E;
  }    
  
  #logo_top {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 11em;
  }

  #logo{
    width: 10em;
  }
  
  #logo_bot {}
  
  #navigation {
    position: absolute;
    padding: 1em;
    top: 5em;
    left: 13em;
    right: 0em;
    width: 100%;
  }  

  #links {
    position: absolute;
    bottom: 4em;
    left: 2em;
    width: 11em;
  }

  #phonector {
    
  }

  #cover {
    width: 5em;
    border: .05em solid #BDBB91;
    margin: 0em 0em 0em 1em;
  }

  #contents {
    color: #716F48;
    font-weight: bold;
    margin-top: 2em;
    border-top: solid .1em #716F48;
    padding-top: 1em;
  }

  a {
    color: #716F48;
    border: solid .1em white;
    padding-left: .2em;
    padding-right: .2em;
    padding-bottom: .2em;
    text-decoration: none;
  }

  a:hover {
    border: dashed .1em #FF840E;
  }

  a:visited {
    color: #BDBB91;
  }  

  #contents a {
    color: #716F48;
    border: solid .1em white;
    padding-left: .2em;
    padding-right: .2em;
    padding-bottom: .2em;
    text-decoration: none;
  }

  #contents_OFF a {
    border-left: solid .1em #716F48;
    padding-left: .4em;
    padding-right: .2em;
    padding-bottom: .2em;
    text-decoration: none;
  }

  #contents_OFF a:first-child {
    border-left: none 0em #716F48;
  }

  #contents a:hover {
    border: dashed .1em #FF840E;
  }

  #contents a:visited {
    color: #BDBB91;
  }  

  #contents .o {
    color: #FF840E;
    padding-left: .4em;
    padding-right: .2em;
  }

  #main {
    position: absolute;
    overflow: auto;
    top: 17em;
    left: 14em;
    bottom: 1em;
    right: 1em;
    font: normal medium;
    padding-right: 1em;
  }
  
  #main p {
    font-size: small;
  }
   
  a.imglink {
    border: solid 0em white;
  }
  .imglink {
    border: solid 0em white;
  }

  a.imglink:hover {
    border: solid 0em white;
  }
  
  a.imglink:visited {
    border: solid 0em white;
  }
  
  a.boldlink {
  color: #716F48;
  }

