.c_foot{ background:#fff;}
/*第一栏信息链接样式*/
.fc1 a:link {  
	font-size: 12px;
	color: #698496;
	text-decoration: none;
}
.fc1 a:visited {
	font-size: 12px;
	color: #698496;
	text-decoration: none;
}
.fc1 a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}


/*第二栏信息链接样式*/
.fc2 a:link { 
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.fc2 a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.fc2 a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

/*第一栏信息链接样式*/
.fc1{ 
	padding:10px 0; 
	font-size: 11px;
	color: #999999;
	text-align:center;
}
	  
/*第三栏信息链接样式*/
.fc3{ 
	padding:3px 0; 
    font-size: 12px;
	color: #666666;
	text-align:center;
}

/*第二，三栏信息链接样式*/
.fc2,.fc4{ 
	padding:3px 0; 
    text-align:center;
}