﻿/* 通用默认样式-------------------------------------- */
body {
	  margin: 0 auto;
	 text-align:center;	
	 padding : 0px;
	 background-color:#000000
	 
}
td {
      font-family:"宋体";
	  font-size: 12px;
	  color: #ffffff;
	  line-height: 20px;
	  WORD-WRAP: break-word
}
#01{
      margin-left:400px;
	  width:100px;
	  height:10px
}
#text{
     width:800px;
	 color:#FF0000
	
}