td {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	text-transform: capitalize;
	color: #000000;
}
.font1 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.font2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.home:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.home:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.home:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.bg {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
