.menutext {
	font-family: "Comic Sans MS";
	font-size: x-large;
	color: #0000FF;
	text-decoration: none;
}
.menuheading {
	font-family: "Comic Sans MS";
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
}
.menutext:hover {
	font-family: "Comic Sans MS";
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
}
.menutext:active {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-large;
}
.menutext:visited {
	font-family: "Comic Sans MS";
	font-size: x-large;
	color: #990099;
	text-decoration: none;
}
.backhome {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
}
.backhome:hover {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #0000FF;
	text-decoration: none;
}
.extratext {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #FF0000;
	text-decoration: none;
}
.extratext:link {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #0000FF;
	text-decoration: none;
}
.extratext:hover {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	text-decoration: none;
}
.extratext:visited {
	font-family: "Comic Sans MS";
	color: #0000FF;
	text-decoration: none;
}

