body {
	background-color: #9C75B5;
	color: #cccccc;
}
.bodytext {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #cccccc;
	background-color: #9C75B5;
}
.purpletext {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #660066;
	background-color: #9C75B5;
}
.bodyheading {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #9C75B5;
}
.smalltext {
	font-family: "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #9C75B5;
}
a:link {
	text-decoration: none;
	color: #ffffff;
	background-color: #9C75B5;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #9C75B5;
}
a:hover {
	text-decoration: underline;
	color: #660066;
	background-color: #9C75B5;
}
a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #9C75B5;
}