.heading {
	font-family: "Comic Sans MS";
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
}
.subheading {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
}
.section {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	text-transform: uppercase;
}
.references {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: italic;
}
.bodyText {
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
	text-align: justify;

}
.example {
	font-family: "Lucida Console";
	font-size: 10pt;
	font-style: normal;
	text-align: left;

}
