table {
	font-size:x-small;
         letter-spacing:0.5px;
         line-height:1.8em;
	color: #333333;
         word-break：break-all;
}
a:link {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
}
.title {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #FF6600;
}
.content {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}