@charset "utf-8";
/* CSS Document */
/* 特殊选择符设置和网页元素自身设置 */

.regular{
	font-family:"华文楷体";
	font-size:14px;
}
img
{
	border: 0px;
}

ul{
	list-style-type:none;
}


a{
	color:#600;
	text-decoration:none;
}
a:visited{
	color:#600;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:none;
}

a.baise{
	color:#fff;
	text-decoration:none;
}
a.baise:visited{
	color:#fff;
	text-decoration:none;
}
a.baise:hover{
	color:#600;
	text-decoration:none;
}



p{
	text-align:justify;
	color:#660000;
	line-height:22px;
}
h1{
	font-size:14px;
	font-weight:bold;
	float: left;
}
h3{
	font-size:16px;
	font-weight:bold;
}
h4{
	font-size:14px;
	font-weight:bold;
}
