@charset "utf-8";
.linkeffect {
	color: #666;
	font-size: 11px;
}
.linkeffect:visited {
	color: #666;
	font-size: 11px;
}

.linkeffect:active {
	color: #090;
	font-size: 11px;
}
.linkeffect:hover {
	color: #090;
}

