body { 
  background-color: #ffccff;
  color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #ffccff;
  scrollbar-face-color: #ffccff;
  scrollbar-shadow-color: #000000;
  scrollbar-track-color: #ffccff;
  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: 600px;
  top: 47px;
  width: 400px;
  height: 55px;
  z-index: 2;
}

.main {
  position: absolute;
  top: 73px;
  left: 50px;
  height: 480px;
  width: 800px;
  z-index: 1;
  border: 2px solid #000000;
}

.left-side {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 345px;
  z-index: 2;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #888888;
}

.right-side {
  position: absolute;
  top: 0px;
  left: 345px;
  height: 100%;
  width: 345px;
  z-index: 2;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #888888;
}

.text-panel {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  height: 95%;
  width: 330px;
  padding-right: 10px;
  overflow: auto;
  z-index: 3;
}

.chapters {
  position: absolute;
  top: 10px;
  bottom: 100px;
  left: 700px;
  right: 10px;
  z-index: 4;
}

.links {
  position: absolute;
  top: 400px;
  bottom: 10px;
  left: 700px;
  right: 10px;
  z-index: 4;
}

.underline {
  text-decoration: underline;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #9966cc;
  text-decoration: none;
}

a:active {
  color: #9966cc;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

