
body {
  font-size: 0.875em;
  font-family: "adobe-devanagari", serif;
  font-style: normal;
  font-weight: 400;
  padding: 3px;
  margin: 0;
  color: #3c2e29;
}


.wrapper {
  background: none;
  top: 0;
  margin: 0;
  width: 850px;
  }

  
.main, .intbox, .nav, .rightbar, .floater, .box {
  display: inline-block;
  position: absolute;
  
  }
  
.main {
  border-width:8px;
  border-style:double;
  border-color:#3c2e29;
  padding:10px;
  overflow:scroll;
  width: 1000px;
  height: 550px;
  background-color:#fbf3eb;
  margin: 80px 0px 0px 100px;

  }

 
  
.caption {
  font-size:80%;
  font-style: italic;
  }
  
  
mark {
  background-color: #3c2e29;
  color: #fbf3eb;
}

.return {
    width:420px;
    height:auto;
    background-color: #fbf3eb;
    color: #54645c;
    border-width:1px;
    border-color: #54645c;
    border-style:dashed;
    position: fixed;
    display:block;
     }
  
a:link, a:visited {
  background-color: #3c2e29;
  color: #fbf3eb;

}


.comment {
    color: #bb678d;
    font-weight: bold;
     }
  