body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #4D2A7A;
}
body,td,th {
	color: #000000;
}
.textbold {font-family: "Comic Sans MS"; font-size: 16px; }
.address {font-size: 12px; font-family: "Comic Sans MS";}
.byline {font-size: 12px; font-family: "Comic Sans MS";}
.text {font-size: 14px; font-family: "Comic Sans MS"; text-decoration: none; }
.tableheading {font-family: "Comic Sans MS"; color: #FFFFFF; }
.heading {
	color: #0E794C;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight:bold;
}
.heading2 {
	color: #ffffff;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight:bold;
}
.customheading {
	color: #0E794C;
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight:bold;
}
<!--
a:link {
	color: #0E794C;
	text-decoration: underline;
	font-weight:bold;
	font-family: "Comic Sans MS";

}
a:visited {
	text-decoration: underline;
	color: #0E794C;
	font-weight:bold;
	font-family: "Comic Sans MS";
}
a:hover {
	text-decoration: underline;
	color: #006699;
	font-weight:bold;
	font-family: "Comic Sans MS";
}
a:active {
	text-decoration: underline;
	color: #4D2A7A;
	font-weight:bold;
	font-family: "Comic Sans MS";
}