@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline blink;
	color: #FFF;
}
.pink-text {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FD3782;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	color: #000;
}





.logo-background {
	background-image: url(logo-backgound.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	alignment-adjust: central;
}
.white-header-text {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #FFF;
	text-transform: none;
}

.header-text {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-weight: bolder;
	color: #E5138E;
	text-decoration: none;
	line-height: normal;
}
.bar-background {
	background-image: url(images/bar-tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.bar-tile {
	background-attachment: fixed;
	background-image: url(images/bartile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
