﻿@charset "utf-8";
/*中华纸业网站全局样式css    制作：     风尚设计    电话：13012998083   QQ：67456604*/
* {
	padding:0;
	margin:0;
}
html,body{height:100%;}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#393939;
	background:#eee;
}

a {
	text-decoration:none;
	color:#6e6e6e;
}
a:hover {
	color:#f00;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.clear {
	clear:both;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	color:#383838;
	font-size:14px;
}

