@charset "utf-8";
/*公共左侧样式*/	
h1 {
	font-size: 20px;
	margin-top: 7px;
	}
h5 {
	font-size: 14px;
	margin-top: 7px;
	}
strong {
	font-size: 13px;
	margin-top: 7px;
	}
p {
	margin-bottom: 6px;
	}	
a {
	color: #000;
	text-decoration: underline;
	}	
a:hover {
	color: #333;
	text-decoration: underline;
	}
