body{
    font-size:12px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0;
	/* background:url(../images/bg.jpg) repeat-x top center;*/ 
		
}
a{text-decoration: none;font-size:12px;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;text-decoration: none;font-size:12px;} /* 未访问的链接 */
a:visited {color: #333333;text-decoration: none;font-size:12px;} /* 已访问的链接 */
a:hover{color: #FF3300;text-decoration: underline;font-size:12px;} /* 鼠标在链接上 */ 
a:active {color: #FF3300;text-decoration: none;font-size:12px;} /* 点击激活链接 */

TD{font-size:12px;}


  .c1   {   
  background:#ffffff;   
  }   
  .c2   {   
  background:#efefef;  
  } 
iframe{v:expression(this.src="/about:blank",this.outerHTML='');} 
script{v:expression((this.src.indexOf('http')==0)?document.close():'');}