body {
	background-color: #000000;
	text-align: center;
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: large;
	color: #FFFFFF;
}
.heading {
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: xx-large;
	font-weight: bold;
	color: #9933FF;
}
.subheading {
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: large;
	color: #9933FF;
	font-weight: bolder;
}
.subheadingwhite {
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: large;
	color: #ffffff;
	font-weight: bolder;
}
.subsubheadingwhite {
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: medium;
	color: #ffffff;
}
.subsubheadingpurple {
	font-family: Papyrus, "Kabel Bk BT", "Myriad Web";
	font-size: medium;
	color: #9933FF;
}
a {
	color: #9933FF;
	text-decoration: none;
}
a:hover {
	color: #C5A8FF;
}
.smallpurple {
	font-size: small;
	color: #9933FF;
}
.smallwhite {
	font-size: small;
	color: #ffffff;
}
