.CoolKids {
	font-family: FancyFace;
	font-size: xx-large;
	font-weight: normal;
	color: #000000;

}
.CoolKidsMedium {
	font-family: FancyFace;
	font-size: 24px;
	font-weight: normal;
	color: #000000;

}
.ComicSans {
	font-family: "Comic Sans MS";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.ComicSanslarge {

	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
.Dotted {
	background-color: #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ComicSansMedium {

	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
}
.ComicSansText {

	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.ComicSanslargeRed {


	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.dottedLine {
	border: thin dotted #FF0000;
}
.reddottedLineCopy {
	border-top: thin none #FF0000;
	border-right: thin none #FF0000;
	border-bottom: thin dotted #FF0000;
	border-left: thin none #FF0000;

}
.ComicSansMediumBullets {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
	list-style-position: inside;
	list-style-type: disc;

}
.ComicSansMediumNumbers {

	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
	list-style-position: inside;
	list-style-type: decimal;
}
