@charset "utf-8";
a {
	text-decoration:none;
}
a:hover {
	color: blue;
	transition: all 0.2s ease-in-out;   
}

	._COLOR_A {
		color:#ffffff;
	}
	._COLOR_B {
		color:#FF5733;
	}