﻿/*设定页面使用的连接样式，颜色*/
body { 
	font-family: "宋体";
	font-size: 12px;
	color: #000; 
}

a:link {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: #6d6e71; 
}

a:visited {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: #6d6e71; 
}

a:hover {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: #FF6600; 
}

a:active {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: #6d6e71; 
}

a.black:link {
	color: #000; 
}

a.black:visited {
	color: #000; 
}

a.black:hover {
	color: #FF6600; 
}

a.black:active {
	color: #000; 
}

a.green:link {
	color: #72ae12; 
}

a.green:visited {
	color: #72ae12; 
}

a.green:hover {
	color: #FF6600; 
}

a.green:active {
	color: #72ae12; 
}
.fontred {
	color: #FF0000;
}
a.yellow:link {
	color: #FF6600; 
}

a.yellow:visited {
	color: #FF6600; 
}

a.yellow:hover {
	color: #FF0000; 
}

a.yellow:active {
	color: #FF6600; 
}

