td, body, textarea, table {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : black;
  font-size : 12px;
  background-color: white;
}

.maintitle {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : blue;
  font-size : 18px;
  text-align: right;
  background-color: white;
}

.title {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : green;
  font-size : 18px;
  background-color: white;
  text-decoration: underline;
  font-weight: bold;
}

.copyright, #copyright {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : black;
  font-size : 9px;
  background-color: white;
  text-align: center;
}


.booklink {
  font-style: italic;
}

.rightSidebar {
  float: right; 
  margin-left: 2em;
}

.leftSidebar {
  float: left;
}

.rightSidebar, .leftSidebar {
 width: 33%;
  padding: 1em;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : black;
  font-size : 12px;
  background-color: gray;
  font-style: italic;
  font-weight: bold;
  border: 1px dotted black;
}

