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

.background {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.rollovertext {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
	word-spacing: normal;
	letter-spacing: normal;
	text-indent: 0;
	width: auto;
	white-space: normal;
	line-height: 22px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline overline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.boldtext {
	font-family: "Comic Sans MS", cursive;
	color: #A32121;
	text-align: center;
	vertical-align: top;
}

.body {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
