
 * {
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
  }

  BODY {
    background-color: rgb(200, 200, 200);
  }

  #loginString {
    background-color: rgb(230, 230, 230);
    border: 1px solid #000000;
    padding: 2px;
    font-size: 14px;
  }

  #bookMenu {
    border: 1px solid #000000;
    padding: 2px;
    background-color: rgb(230, 230, 230);
  }
#actionMenu {
    border: 1px solid #000000;
    padding: 2px;
    background-color: rgb(230, 230, 230);
  }
  
  .chapterContents {
    background-color: rgb(255, 255, 255);
    width: 600px
  }

  H1 {
    font-size: 22px;
    text-align: center;
  }
H2 {
    font-size: 17px;
  }

  dl * {
    font-size: 14px;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  textarea {
    background-color: rgb(255, 255, 255);
    width: 600px;
    height: 300px;
  }

