body {
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;






}

.AutoNewline
{
  word-break: break-all;/*必须*/
}

.thumbImage {max-width: 130px;max-height: 130px;} /* for Firefox & IE7 */ 
* html .thumbImage { width: expression(this.width > 130px & this.height < this.height ? 130px: true); height: expression(this.height > 130 ? 130: true); }
