body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #CCC;
	background-color: #000;
	background-image: url(../images/CandylandWebBG.jpg);
	background-repeat: no-repeat;
}
.contentBox {
	background-image: url(../images/partialTransparentPNG.png);
	border: 1px groove #009;
}
.copyrightCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #CCC;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0C0;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0C0;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #900;
	text-decoration: underline;
}

