@charset "utf-8";
/* CSS Document */

.txt1 a:link, .txt1 a:visited{
	text-decoration: none;
	color: #FF0;
}
.txt1 a:hover {
	text-decoration: none;
	color: #0FF;
}
