

#mastHead {
    background-color : #000000;
    border-bottom-color : #181829;
    border-bottom-style : ridge;
    border-bottom-width : 1px;
    color : #e5e5e5;
    font-family : normal;
    font-size : 8px;
    height : 100px;
    left : 1px;
    position : fixed;
    top : 2px;
    width : 100%;
    z-index : 1;
  }


#linkIndex {
    border-right-color : #767676;
    border-right-style : solid;
    border-right-width : 1px;
    left : 5px;
    padding-bottom : 3px;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 3px;
    position : fixed;
    top : 105px;
    width : 130px;
    z-index : 3;
  }


#contBox {
    color : #e5e5e5;
    font-family : normal;
    font-size : 12px;
    left : 135px;
    margin-left : 10px;
    margin-top : 15px;
    overflow : visible;
    padding-bottom : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 3px;
    position : relative;
    top : 105px;
    width : 80%;
  }


pre.code {
    border: 2px dashed rgb(221, 221, 221);
    margin: 5px 25px;
    padding: 3px 8px;
  }


dt {
    color : rgb(221, 0, 0);
    margin-top : 1em;
  }



