.intro {
	font-size: 0.8em;
	font-style: italic;
}
.blurb {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.indented  {
  font-family: Arial, Gotham, Helvetica, "Helvetica Neue", "sans-serif";
  font-size: 18pt;
  line-height: 160%;
  text-indent: 75px;
  color: #000;
  padding-top: 0pt;
  padding-bottom: 1.2pt;
}

.no-indent {
  text-indent: 0px;
}

.indented-justified p {
  text-indent: 75px;
  text-align: justify;
  text-justify: auto;
}

.justified p {
  text-indent: 0px;
  text-align: justify;
  text-justify: auto;
}

.centered {
  text-indent: 0px;
	text-align: center;
}

.text-msg {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#CCCCFF;
}

hr {
	height: 4px;
	background: #111111;
	color: #000000;
}



h1 {
  font-family: "Comic Sans MS", sans-serif;
	font-size: 50px;
}
