body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/pink_bg.gif);
}
#Outer_Table td {
	background-color: #FFFF00;
}
#Inner_Table td {
	background-color: #FAFC54;
	font-family: "Comic Sans MS";
	font-size: 18px;
}
h2 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF00FF;
	text-align: center;
}
h1 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #FF00FF;
}
.Large_pink_text {
	font-size: 48px;
	color: #FF00FF;
}
.Medium_pink_test {
	font-size: 18px;
	color: #FF00FF;
	font-weight: bold;
}
.Green_text {
	font-size: 26px;
	color: #00CC00;
}
.Bigger_green_text {
	font-size: 36px;
	color: #00CC00;
}
.White_text {
	font-size: 26px;
	color: #FFFFFF;
}
