
BODY {
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D2D2D2; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #D2D2D2; 
	SCROLLBAR-TRACK-COLOR: #F8F4F8; 
	SCROLLBAR-DARKSHADOW-COLOR: #D2D2D2;

	}
.hand {CURSOR: hand}



.datarow
{   
	CURSOR: hand;
  /*设置onmouseover事件*/
  onmouseover: expression(onmouseover=function (){this.style.borderColor ='';this.style.color='#4080ff';this.style.backgroundColor ='AliceBlue'});

  /*设置onmouseout事件*/
  onmouseout:  expression(onmouseout=function (){this.style.borderColor='';this.style.color='black';this.style.backgroundColor ='white'});
 
}


