body {
       font-family: Veranda;
       margin-left: 7em;
       margin-right: 7em;
}

h1 {
      background-color:#999999;
      background-repeat:no-repeat;
      font-size: 44px;
      text-align: center;
}

h2 {
      font-size: 36px;
}

blockquote {
      color: red;
}

ol {
      list-style-position: outside;
      font-size: 28px;
}

p {
      font-size: 24px;
}

strong {
      font-size: larger;
      font-weight: bold;
      color: blue;
}

.author {
      font-size: 24px;
      text-align: center;

}

.FAQ {
      color: red;
}

q {
      font-style: italic;
}

acronym {
      font-style: italic;
}

