.bodytextRED {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
.bodytextBLUE {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;

}
.headline {


	font-family: "Comic Sans MS";
	font-size: 32px;
	font-weight: bold;
	color: #0033FF;
}
.headlineRED {



	font-family: "Comic Sans MS";
	font-size: 32px;
	font-weight: bold;
	color: #FF0000;
}
.smalltext {

	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: none;
}
.smalltextblue {


	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.bodytextwhite {

	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltextgreen {



	font-family: "Comic Sans MS";
	font-size: 8px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
