
	html, body {
		padding: 0;	margin: 0; background-color: #D1BDFC; font-family: arial, optima, san-serif; text-align:center;
	}

	.header {
		width:100%; background-color:#441B45;
	}

	.banner {
		text-align:left; color:white; font-size:16pt; height:25px; padding:5px;
	}
	
	.banner div {
		float:right;
	}

	.tele {
		text-decoration:none; color:white;
	}

	.page {
		display:block; position:relative; width:100%; padding:0px; margin:0px; text-align:center;
	}

	.menu {
		z-index:97; position:absolute; top:10px; left:10px; width:130px; text-align:left;
	}

	#menubutton {
		cursor:pointer; border-radius:10px; padding:10px; display:inline-block; background-color:#5B696A; color:white; font-size:13pt; font-weight:bold;
	}
	
	#menulist {
		position:absolute; display:none; padding-top:5px;
	}

	.x, .y, .z {
		z-index: 999; color: #ddd; font-weight:bold; padding: 15px; width:120px; 	text-align:center; 	cursor: pointer; 
	}
	.x { background-color: #441B45; }
	.y { background-color: #643B65; }

	.title {
		font-size:18pt; font-weight:bold; color:#441B45;
	}

	.content {
		display:inline-block; width:80%; max-width:500px; background-color:white; margin-top:20px; padding:10px; border:solid 2px #5B696A; text-align:left;
	}






