@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fff948;
}
a:link {
	color: #FF1150;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF1150;
}
a:hover {
	text-decoration: underline;
	color: #891048;
}
a:active {
	text-decoration: underline;
	color: #FF1150;
}
#banner-container {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 60px;
}
#page-body {
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	color: #891048;
	padding-left: 3px;
	padding-right: 3px;
	border-top: dotted #891048 1px;
	border-bottom: dotted #891048 1px;
}
#main-menu {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #ff1150;
	padding-left: 4px;
	font-weight: bold;
	border-bottom: dotted #891048 1px;
}
#character-container {
	width: 94px;
	position: absolute;
	margin-left: 110px;
	margin-top: -110px;
	background-image: url(../images/wacky.jpg);
	height: 110px;
}
#no-sample-text {
	text-align: center;
}
#footer {
	text-align: center;

}
.dark-title-text {
	color: #891048;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: small;
}
.dark-text {
	color: #891048;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: x-small;
}
.dark-text-small {
	color: #891048;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: xx-small;
}
.standard-text {
	color: #891048;
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
}

