table{
	text-align:center;
	margin:0 auto;
	border:0;
	font-size:14px;
	width:1100px;
}
th{
	background-color: #cfefef;
	height:35px;
	font-size:16px;
}
td{
	padding:0 5px 0 4px;
	height:30px;
}
.title{
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	width:400px;
}
.title a{
	color: blue;
}
.odd{
	background-color:#ffffff;
}
.even{
	background-color:#eeeeee;
}
