.coming {
	font-family: "Comic Sans MS";
	font-size: x-large;
	text-decoration: blink;
}
body {
	font-family: "Comic Sans MS", cursive;
	color: #FFCC66;
}
.body-text {
	font-family: "Comic Sans MS", cursive;
	color: #ffcc66;
}
.silver-text {
	font-family: "Comic Sans MS", cursive;
	color: #CCC;
}
.just-silver {
	color: #CCC;
}
.white-background {
	background-color: #FFF;
	border: thick double #CCC;
}
.black-text {
	color: #000;
}
