@charset "utf-8";
/* CSS Document */

body {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
header {
	background-color: #0055A5;
}
header h1, .main, footer {
	max-width: 1000px;
	margin: auto;
	padding: 14px;
}

