.normalyellow {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
}
.largeyellow {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
}
.largeblue {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
}
.largeboldblue {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
}
.bluebackground {
	background-color: 006699;
}
