@charset "utf-8";
/*链接样式*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	color: #333;
	text-decoration: none;
}

.l_red a:link {
	color: #C30;
}

.l_red a:visited {
	color: #C30;
}

.l_red a:hover {
	text-decoration: none;
	color: #F30;
}

.l_red a:active {
	color: #C30;
}

.l_blue a:link {
	color: #06C;
}

.l_blue a:visited {
	color: #06C;
}

.l_blue a:hover {
	text-decoration: none;
	color: #09F;
}

.l_blue a:active {
	color: #06C;
}
.l_green a:link {
	color: #9C0;
}
.l_green a:visited {
	color: #9C0;
}

.l_green a:hover {
	text-decoration: none;
	color: #9F0;
}

.l_green a:active {
	color: #9C0;
}
.l_white a:link {
	color: #FFF;
}
.l_white a:visited {
	color: #FFF;
}

.l_white a:hover {
	text-decoration: none;
	color: #FFF;
}

.l_white a:active {
	color: #FFF;
}
.l_black a:link {
	color: #333;
}
.l_black a:visited {
	color: #333;
}

.l_black a:hover {
	text-decoration: none;
	color: #000;
}

.l_black a:active {
	color: #333;
}
.l_img a:link {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.l_img a:visited {
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.l_img a:hover {
	text-decoration: none;
	color: #000;
	border: 1px solid #F30;
}

.l_img a:active {
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
