* {
	margin:0px;
	padding:0px;
}

body {
	color: #666;
	background-color:#f8f8f8;
	font-size: 12px;
	line-height:1.5em;
}

h3 {
	font-size: 13px;
	color:#fff;
	width:250px;
	border-bottom:1px solid #fff;
	margin:0px auto;
	text-align:center;
	line-height:2em;
}

.tb {
	width:95%;
	margin:10px auto;
	border-collapse:collapse;
}

.tb td,
.tb th {
	border:1px solid #999;
	padding:5px 7px;
}
.tb th {
	background-color:#999;
	color:#fff;
	text-align:left;
}

.name {
	color: #CC0000;
	margin-right:10px;
}

.time {
	text-align:center;
	display:block;
	line-height:2em;
}

.time2 {
	text-align:center;
	width:110px;
}

.space {
	background-color:#eee;
}

.long {
	width:330px;
}
.long2 {
	width:46%;
}