
@import url(head.css) ;		/* 导入有关页面头部定义 */
@import url(body.css) ;		/* 导入页面中间样式 */
@import url(foot.css) ;		/* 导入网页尾部定义 */
@import url(block.css) ;	/* 导入块定义 */
@import url(other.css) ;	/* 导入其他样式定义 */


A:link{font-size:9pt;COLOR:#000;}				/*所有有链接的颜色*/   
A:visited{font-size:9pt;COLOR:#888;}			/*访问过的文本颜色#E19F10*/
A:active{font-size:9pt;COLOR:#7F7FFF;}			/*正激活的文本颜色#7F7FFF*/
A:hover{font-size:9pt;COLOR:#ee0000;text-decoration:underline}		/*移上去的文本颜色*/

h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}

#Header,#Footer,.Area
{
	width:960px;
	height: auto;
	margin: 0 auto;
	/*background-color: #B5D7A5;*/
}


/* 该定义主要是为了使  层在非IE浏览器里高自动适应  */
.HeightSuitable
{
 clear: both;  visibility: hidden; 
}
/*使每块之间有一定的间隔*/
.clear{ clear: both; font-size:1px;  visibility: hidden;	height: 1px; }


