.boyback {
	background-color: #FFF78B;
	background-image: url(images/boy_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.girlback {

	background-color: #FFF78B;
	background-image: url(images/girl_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.girlboyback {


	background-color: #FFF78B;
	background-image: url(images/boygirl_horizontall.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.girlboyhorz {



	background-color: #FFF78B;
	background-image: url(images/girlboy_horz.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.girlboyvert {




	background-color: #FFF78B;
	background-image: url(images/girlboy_vertical.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
body {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: 5F3E12;
	text-decoration: none;

}
a:visited {
	color: 5F3E12;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
a:active {
	color: #00CC00;
	text-decoration: none;

}
