@charset "utf-8";
/* CSS Document */

body {
	background-color:  #e8a6bc;
}

/* area for flash-game in colored game window, div starts after header and ends before sponsor  */
#gamearea_flash {
	background-color: #e8a6bc;
}

/* text style for sponsor info in colored game window  */
#educational #s {
	background-color: #e8a6bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88262b;
	text-align: right;
}

/* link style for sponsor info in colored game window  */
#educational #s .inner a {
	color: #88262b;
	text-decoration: none;
}

