/* ---------- page header ---------- */
 
p.mainHeader {
  font-family: Arial, Helvetica, sans-serif;
}
 
span.head {
  font-size: 1.6em;
  font-weight: bold;
}
 
span.subhead {
  font-size: 1em;
  font-weight: bold;
}
 
/* ---------- page body, general ---------- */
 
body {
  background-color: #FFFFFF;
  font-size: 12pt;
}
 
.indent {
  margin-left: 40px;
}h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

pre, code {
	font-family: Monaco, "Courier New", monospace;
	font-weight: bold;
}

pre.answer {
	font-family: Monaco, "Courier New", monospace;
}

.answer {
	font-family: "Lucida Calligraphy", "Comic Sans MS", "Lucida Handwriting", cursive, fantasy;
	font-size: 10pt;
	color: #0000FF;
}

code.answer, pre.answer {
	font-family: "Lucida Handwriting", "Comic Sans MS", cursive, fantasy;
	font-size: 12pt;
	font-style: italic;
	color: #0000FF;
}
