body {
       font-family: Veranda;
       margin-left: 7em;
       margin-right: 7em;
       background-color: rgb(95%, 90%, 100%);
       /*background-color: lightgrey;*/
}

h1 {
      font-size: 3em;
      text-align: center;
}

h2 {
      font-size: 2em;
}

ol {
      list-style-position: outside;
      font-size: 1.5em;
}

p {
      font-size: 1.5em;
}

strong {
      font-size: larger;
      font-weight: bold;
      color: blue;
}

.author {
      font-size: 1.3em;
      text-align: center;

}

.FAQ {
      color: red;
}

q {
      font-style: italic;
}

acronym {
      font-style: italic;
}

code {
      white-space: pre;
}

.Book ul {
      list-style: none;
}

div.Book {
      border-top: .1em solid #999;
      border-bottom: .1em solid #999;
}

div.footer {
      border-top: .1em solid #999;
}

