BODY{
	margin:0px;
	padding:0px;
	color:#333;
	background-color:#000;
	scrollbar-face-color:#fff;
	scrollbar-track-color:#ccc;
	scrollbar-arrow-color:#333;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
}

TD.topline{
	border-bottom:1px solid #fff;
}

TD.btmline{
	border-top:1px solid #fff;
}

DIV.stage{
	width:600px;
	height:400px;
	overflow:auto;
	line-height:1.5em;
	font-size:12px;
}

SPAN.b{
	font-weight:bold;
	color:#f9c;
}

SPAN.bc{
	font-weight:bold;
}

P.staget{
	margin-left:10px;
	margin-bottom:20px;
}

TD.stage{
	background-image:url(img/cafe/background.gif);
}

