body {
       color: #e6ded4;
       font-family: "pixeloperator-bold";
        background-image: url("/img/backgroundtile.jpg");
        background-repeat: repeat;
        text-align:left;
        font-size:16px;
        
        
}
.main a:link {
  color:#e6ded4;
}
.main a:visited {
  color:#e6ded4
}

.main{
  width:45%;
  margin:auto;

}

.title{
 text-shadow: 2px 2px 5px #222; 
 font-size:18px;
}

.link{
  width:100%;
  height:auto;
  background-color:#e6ded4;
  margin:auto;
}

.desc{
 color:#413737;
 padding:4px;
}


.lib {
 margin:auto;
   height:500px;
  overflow-x:hidden;
  overflow-y:scroll;
  
}

footer{
  text-align:center;
  font-size:20px; 
  text-shadow: 2px 2px 5px #222;
}

button{
  padding:5px;
  color: #e6ded4;
       font-family: "pixeloperator-bold";
       font-size:18px;
       margin-bottom:20px;
       text-align: center;
  text-decoration: none;
  display: inline-block;
  border:none;
  box-shadow: 2px 2px 5px #222
  
  }

.mhead{
 padding:4px;
 background-color:#697254
}


.smhead{
 padding:4px;
 background-color:#425139;
}


.phead{
 padding:4px;
 background-color:#95714f;
}


.lrhead{
 padding:4px;
 background-color:#966c6c;
}


.vhead{
 padding:4px;
 background-color:#954F50;
}

.nahead{
 padding:4px;
 background-color:#6A6578;
}

.button1{
  background-color:#6A6578;
}

.button2{
  background-color:#697254;
}

.button3{
  background-color:#425139;
}

.button4{
  background-color:#95714f;
}

.button5{background-color:#966c6c;
}

.button6{background-color:#86806D;
}

.button7{background-color:#954F50;
}


iframe {
    display: block;
    border-style:none;
    margin:auto;
    width:550px;
    height:315px;
    padding:10px
}