body {
  color: black;
  font-family: serif;
  /* background: url("logos2.png"); */
  background-color: #cdd;
}

#header {
 padding: 10px;
 font-family: sans-serif;
 font-weight: bold;
}
#header h1 {
 font-size: xx-large;
}
#header p {
 font-size: x-large;
 color: #900;
}
#footer {
 clear: both;
 padding: 10px;
 font-family: sans-serif;
}
#sidebar {
 padding: 10px;
 margin-left: 76%;
 text-align: right;
 font-size: small;
 font-family: sans-serif;
}
#content {
 padding: 10px;
 float: left;
 width: 72%;
 background-color: #fff;
}

h1 {
  font-size: x-large;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 9px;
}
h1.display {
  font-size: xx-large;
}
h2 {
  font-size: large;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 6px;
}
h3 {
  font-size: medium;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 3px;
}
h3.answers {
 color: blue;
}
p {
  margin-top: 6px;
  margin-bottom: 3px;
}
p.display {
  text-align: center
}
.fineprint {
  font-size: x-small;
  color: #999;
}
table {
  border-width: 0px;
  margin-left: 0px;
  margin-right: 6px;
}
ul {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: -12px;
}
ul li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: -12px
}
ol {
  margin-top: 9px;
  margin-bottom: 9px;
}
ol li {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: -6px
}
pre {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
}
