.text {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000033;
}
.bold {
	font-family: "Comic Sans MS";
	font-weight: bold;
}
.title {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990033;
}
a {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: underline overline;
}
.redtext {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
	font-family: "Comic Sans MS";
}
.orangetitle {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.footer {
	font-family: "Comic Sans MS";
	font-size: 9px;
	color: #000033;
}
