/* 绿色 */
body, td, p {
	font-size: 12px;
}
body {
	background: #F4FBF7;
	color: #333;
} /* 整个页面 */
.title {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #00732E;
	padding: 5px;
} /* 页面标题 */
.menu {
	line-height: 150%;
} /* 主菜单 */
.text {} /* 内容页文字 */
a {
	color: #006629;
}/* 默认链接 */
a:visited {}/* 链接被访问后 */
a:hover {
	background: #789
}/* 链接被激活 */
a:active {}/* 当前链接 */