html, body {

	margin: 0px;

	padding: 0px;

	border: none;

	height: 100%;

}



body {

	font-family: 'Comic Sans MS', sans-serife;

	font-size: 14px;	

	font-weight: bold;

/*	position: relative;*/

	text-align: center;

	color: #888888;

	background-color: #ffffff;

}



#table {

	height: 100%;

	margin: 0px auto;

}



#all {

	color: #888888;

	background-color: #efefef;

	border: solid #888888 4px;

	width: 720px;

	height: 530px;

	padding-left: 20px;

	padding-right: 20px;

	text-align: left;

}



#topnavi  {

	padding-top: 16px;

	vertical-align: top;

}



.topnavi-item, .topnavi-active {

	vertical-align: top;

	font-size: 16px;	

}



.topnavi-active {

	font-weight: bold;

	color: #666666;

}



#stage {

	position: relative;

	height: 347px;

}



a {

	text-decoration: none;

	font-size: 16px;

	font-weight: bold;

}







a:hover { color: #c0c0ff; }



a:active { color: #000000; }



a:link, a:visited { color: #888888; }



img {

	border: none;

}



