

body {
  font-size: 1em;
  line-height: 1.5em;
  background-color: #fffff0;
  text-align: center;
  color: black;
}

.header {
  background-color: #fffff0;
  padding: 10 0 0 0;
  text-align: center;
}

.header {
  text-align: center;
  color: #ff0000;
  font-weight: normal;
  font-size: 1em;
}

.wrapper {
  margin-right: auto;
  margin-left:  auto;
  max-width: 65em;
  padding-right: 10px;
  padding-left:  10px;
  /* this is an experiment to test cascading selectors. */
}

.mainContent {
  width: 97%;
  margin: auto;
  background-color: #fffff0;
  text-align: left;
  /* this overrides the text-align: center on the body element. */
}

.footer {
  background-color: #fffff0;
  text-align: center;
}

.footer p {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: smaller;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

h2,h3,h4,h5,h6 {
  font-family: Verdana, Geneva, sans-serif;
  line-height: normal;
}

p {
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.sans-notes {
  font-family: Verdana, sans-serif;
  font-size: small;
  font-weight: normal;
  text-align: left;
  /* Use this class for Notes in Verdana, small text size. */
}

.bottom {
  font-family: Verdana, sans-serif;
  font-size: smaller;
  text-align: center;
  /* Use this class for bottom of page text in Verdana, smaller text size. */
}

.new1 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff0000;
  /* Use this class for red horizontal rules at bottom. */
}