/*链接---默认链接default---start*/
a.default {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	cursor: hand;
}
a.default:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	cursor: help;
}
a.default:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	cursor: hand;
}
a.default:hover {
	font-size: 12px;
	color: #00FF06;
	text-decoration: none;
	cursor: hand;
}
a.default:active {
	font-size: 12px;
	color: #00FF06;
	text-decoration: blink;
	cursor: hand;
}
/*链接---默认链接default---end*/



/*链接---第二种链接样式link_a---start*/
a.link_a {
	font-size: 12px;
	color: #787878;
	text-decoration: none;
	cursor: hand;
}
a.link_a:link {
	font-size: 12px;
	color: #787878;
	text-decoration: none;
	cursor: help;
}
a.link_a:visited {
	font-size: 12px;
	color: #787878;
	text-decoration: none;
	cursor: hand;
}
a.link_a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	cursor: hand;
}
a.link_a:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: blink;
	cursor: hand;
}
/*链接---第二种链接样式link_a---end*/

/*链接---第3种链接样式link_a---start*/
a.link_b {
	font-size: 12px;
	color: #717171;
	text-decoration: none;
	cursor: hand;
}
a.link_b:link {
	font-size: 12px;
	color: #717171;
	text-decoration: none;
	cursor: help;
}
a.link_b:visited {
	font-size: 12px;
	color: #717171;
	text-decoration: none;
	cursor: hand;
}
a.link_b:hover {
	font-size: 12px;
	color: #A6A4A4;
	text-decoration: none;
	cursor: hand;
}
a.link_b:active {
	font-size: 12px;
	color: #A6A4A4;
	text-decoration: blink;
	cursor: hand;
}
/*链接---第3种链接样式link_a---end*/

3F7388

/*链接---第4种链接样式link_a---start*/
a.link_c {
	font-size: 12px;
	color: #3F7388;
	text-decoration: none;
	cursor: hand;
}
a.link_c:link {
	font-size: 12px;
	color: #3F7388;
	text-decoration: none;
	cursor: help;
}
a.link_c:visited {
	font-size: 12px;
	color: #3F7388;
	text-decoration: none;
	cursor: hand;
}
a.link_c:hover {
	font-size: 12px;
	color: #295465;
	text-decoration: none;
	cursor: hand;
}
a.link_c:active {
	font-size: 12px;
	color: #295465;
	text-decoration: blink;
	cursor: hand;
}
/*链接---第4种链接样式link_a---end*/

/*链接---help链接---start*/
a.help {
	font-size: 14px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: hand;
}
a.help:link {
	font-size: 14px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: help;
}
a.help:visited {
	font-size: 14px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: hand;
}
a.help:hover {
	font-size: 14px;
	font-weight: bold;
	color: #2AB9CB;
	text-decoration: none;
	cursor: hand;
}
a.help:active {
	font-size: 14px;
	font-weight: bold;
	color: #2AB9CB;
	text-decoration: blink;
	cursor: hand;
}
/*链接---help链接---end*/

/*链接---mylist链接---start*/
a.mylist {
	font-size: 12px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: hand;
}
a.mylist:link {
	font-size: 12px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: help;
}
a.mylist:visited {
	font-size: 12px;
	font-weight: bold;
	color: #1C8D9B;
	text-decoration: none;
	cursor: hand;
}
a.mylist:hover {
	font-size: 12px;
	font-weight: bold;
	color: #2AB9CB;
	text-decoration: none;
	cursor: hand;
}
a.mylist:active {
	font-size: 12px;
	font-weight: bold;
	color: #2AB9CB;
	text-decoration: blink;
	cursor: hand;
}
/*链接---mylist链接---end*/