﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "宋体";
	font-size: 12px;
	background-color: #05B5E1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	text-align: center;
}
a {
	color: #0E458A;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.foot a {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	color: #000000;
	text-decoration: none;
}