body {
    margin:0px;
	background:url(/images/bg.jpg);
}
td {
	font-size: 12px;
	color: #000;
	line-height: 23px;
	font-family: 新宋体;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.big_a:link {
	color: #000;
	font-size:14px;
	text-decoration: none;
}
.big_a:visited {
	color: #000;
	font-size:14px;
	text-decoration: none;
}
.big_a:hover {
	color: #000;
	font-size:14px;	
	text-decoration: underline;
}

.white_a:link {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}
.white_a:visited {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}
.white_a:hover {
	color: #ffffff;
	font-size:14px;
	text-decoration: underline;
}

.red_a:link {
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.red_a:visited {
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.red_a:hover {
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

.topnews:link {
	color: #FF5C01;
	font-size:24px;
	font-family:"黑体", "楷体";
	font-weight:bold;
	text-decoration: none;
}
.topnews:visited {
	color: #FF5C01;
	font-size:24px;
	font-family:"黑体", "楷体";
	font-weight:bold;
	text-decoration: none;
}
.topnews:hover {
	color: #FF5C01;
	font-size:24px;
	font-family:"黑体", "楷体";
	font-weight:bold;
	text-decoration: underline;
}
.grayfont2 {
	color:#999;
	line-height:1.5;
}
.redfont {
	color:#FF5A00;
}