﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background-color: #D1D1D3;
	
}

#foot table{
	margin:auto;
	height:25px;
	width:865px;
}
#foot table tr  #f_font_one {
	color: #FFFFFF;
	font-size: 15px;
	font-family:"微软雅黑";
	background-color:#d85b2a;
}
#foot table tr  a {
	color: #FFFFFF;
	font-size: 15px;
	font-family:"微软雅黑";
	background-color:#d85b2a;
	text-decoration:none;
}
#foot table tr  a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	
}