﻿body {
}
.kds_a1:link { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #222222;

text-decoration: none;

}

.kds_a1:visited {   /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #222222;

text-decoration: none;

}

.kds_a1:hover { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #fe6500;

text-decoration: none;

}

.kds_a1:active { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #fe6500;

text-decoration: none;

} 

.kds_a2:link { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #000000;

text-decoration: none;

}

.kds_a2:visited {   /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #000000;

text-decoration: none;

}

.kds_a2:hover { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #fe6500;

text-decoration: none;

}

.kds_a2:active { /* 超级链接1号（橙色，无历史，移动处下划线，12号） */

font-size: 13px;

color: #fe6500;

text-decoration: none;

} 

a:link {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #fe6500;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #fe6500;
	font-size: 12px;
}