<style type="text/css">
body {
	font: 1em/150% Arial, Helvetica, sans-serif;
}
a{
   text-decoration: none;
   }
a:link {
    color:#000000;  /* 未被访问的链接 */
    }    
a:visited {
    color:#000000;  /* 已被访问的链接 */
    } 
a:hover {
    color:#FF00FF;
    text-decoration: underline;  /* 鼠标指针移动到链接上 */
    }  
a:active {
     color:#0000FF;  /* 正在被点击的链接 */
     }  
h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
	margin-top:30px;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 10px auto;
	text-align:center;
}
#header {
	height: 115px;
	text-align:center;
	line-height: 30px;
}
#content {
	width: 960px;
	float: left;
	text-align:center;
}
#footer {
	clear: both;
}
 
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 94%;
	}
 
}
 
/* for 700px or less */
@media screen and (max-width: 700px) {
 
	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
 
}
 
/* for 480px or less */
@media screen and (max-width: 480px) {
 
	#header {
		height: auto;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}
 
}
 
/* border & guideline (you can ignore these) */
#content {
	background: #f8f8f8;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
	border: solid 1px #ccc;
}
/*首页表格*/
.tIndex table {
	width:100%;
	margin:15px 0
}
.tIndex th {
	background-color:#5A5AFF;
	color:#FFFFFF;
	height: 30px;
}
.tIndex,.tIndex th,.tIndex td{
    height: 30px;   
	text-align:center;
	padding:4px;
	border:1px solid #a0a0fe;
	border-collapse:collapse
}

</style>