.xx {
	text-align: left;
	white-space: inherit;
	float:left;
	width: 470px;
	overflow :auto
	word-wrap : break-word ;
    word-break : normal ;
}
th{
	background-color:#BC8ECE;
	color:#FFFFFF;
	font-style:normal;
}
td{
	background-color:#FFFBFF;
	word-wrap : break-word ;
    word-break : normal ;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
