﻿body 
{
	 font-family:Tahoma;
	 font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


#body{ width:100%; text-align:center; top:0; left:0; background-image:url(images/backn.gif);}
#head{ width:970px;  background-color:White}
#foot{ width:970px; background-color:White}
#text{ width:970px; background-color:White}
#left{ width:260px; text-align:center; float:left; overflow:hidden; clear:left}
#right{ width:695px; text-align:left; float:right; overflow:hidden; clear:right; }
#center{ width:600px; height:100%; text-align:center; overflow:hidden; float:left}

#left1{ width:260px;  text-align:center; background-color:#DBDBDB; float:left; overflow:hidden; clear:left}
#right1{ width:695px; text-align:left; float:right; overflow:hidden; clear:right; }
#left2{ width:690px; height:120px; text-align:center; overflow:hidden; float:right; clear:right}
#right2{ width:305px; height:120px; text-align:left; overflow:hidden; float:left; clear:left}
#item{  float:right; clear:right; width:50%}

/*黄色的链接*/
a.yellow:link {
	text-decoration: none;
	color:#F16300;	
}
a.yellow:visited {
	text-decoration: none;
	color:#F16300;
}
a.yellow:hover {
    text-decoration: underline;
}
a.yellow:active {
	text-decoration: none;
	color:#F16300;	
}


/*白色的链接*/
a.white:link {
	text-decoration: none;
	color:White;	
}
a.white:visited {
	text-decoration: none;
	color:White;
}
a.white:hover {
    text-decoration: underline;
}
a.white:active {
	text-decoration: none;
	color:White;	
}


#hm{ font-size:12px; font-weight:bold}   /*头子链接*/