body { 
  background-color: #ffffcc;
  color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #cccc99;
  scrollbar-face-color: #cccc99;
  scrollbar-shadow-color: #000000;
  scrollbar-track-color: #cccc99;
  scrollbar-darkshadow-color: #FEFFF7;
  scrollbar-highlight-color: #000000;
  overflow-y: hidden; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
}

.title {
  position: absolute;
  left: 650px;
  top: 42px;
  width: 150px;
  height: 35px;
  z-index: 4;
}

.main {
  position: absolute;
  top: 73px;
  left: 50px;
  height: 480px;
  width: 800px;
  z-index: 1;
  border: 2px solid #000000;

}

.left-side {
  position: absolute;
  top: 85px;
  left: 0px;
  height: 100%;
  width: 460px;
  z-index: 2;


}

.text-panel {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  height: 77%;
  width: 430px;
  padding-right: 10px;
  overflow: auto;
  z-index: 3;
}

.chapters {
  position: absolute;
  top: 10px;
  bottom: 200px;
  left: 670px;
  right: 10px;
  z-index: 4;
}

.links {
  position: absolute;
  top: 310px;
  bottom: 10px;
  left: 670px;
  right: 10px;
  z-index: 4;
}

.underline {
  text-decoration: underline;
}

a:link {
  color: #993300;
  text-decoration: none;
}

a:visited {
  color: #993300;
  text-decoration: none;
}

a:active {
  color: #996600;
  text-decoration: none;
}

a:hover {
  color: #996600;
  text-decoration: underline;
}
