body {
     background:#5D2C0B;
     margin:3px 0px 0px 0px;
     padding:0;
     }

.boxes {
       background:#FAFAD2;
       color: #000000;
       width: 760px;
       padding: 4px;
       border: 1px solid #CD853F;
       }

a {
  font-weight:bold;
  text-decoration:none;
  }

a:link {
       color:#5d2c0b;
       }

a:visited {
          color:#5d2c0b;
          }

a:hover {
        color:#FAFAD2;
        background:#5D2C0B;
        }
        
.normal {
        font-family: Verdana;
        font-size: 12px;
        line-height:20px
        }
        
.narrow {
        font: 15px 'arial narrow';
        }

        
a.nobg:hover {
             background:#FAFAD2;
             }
             
ul {
   margin-top:0in;
   margin-bottom:0in;
   }
   
.buffer {
        margin-top:0px;
        margin-bottom:3px;
        }
        
ol {
   margin-top:0in;
   margin-bottom:0in;
   }
   
.shadeform	{
            background-image: url("images/shadeform.gif");
		    border: #000000 1px solid
		    }

.combobox {
          background:palegoldenrod;
          color:#5d2c0b;
          font-size: 11px;
          font-family: tahoma;
          font-weight: bold; 
          }

#navcontainer {
              background:#FAFAD2;
              width: 115px;
              margin: 0;
              padding: 0;
              font-family: tahoma;
              font-size: 11px;
              text-align: left;
              }

ul#navlist {
           text-align: left;
           list-style: none;
           padding: 0;
           margin: 0;
           width: 95%;
           }

ul#navlist li {
              display: block;
              margin: 0;
              padding: 0;
              }

ul#navlist li a {
                display: block;
                width: 100%;
                padding: 0.2em 0 0.2em 1em;
                border-width: 1px;
                border-color: #ffe #aaab9c #ccc #fff;
                border-style: solid;
                color: #5D2C0B;
                text-decoration: none;
                background: palegoldenrod;    /* button color - normal */
                }

#navcontainer>ul#navlist li a {
                              width: auto;
                              }

ul#navlist li#active a {
                       background: burlywood;
                       color: #5D2C0B;
                       }

ul#navlist li a:hover, ul#navlist li#active a:hover {
                                                    color: #800000;
                                                    background: transparent;
                                                    border-color: #aaab9c #fff #fff #ccc;
                                                    }
                                                    
.small {
       font-size: 9px;
       line-height: 14px;
       }

.episode {
         font: bold 18px verdana;
         color:#fafad2;
         }
.footnote {
          font: 10px/13px tahoma;
          margin-top: 10px;
          }