@charset "utf-8";
/* CSS Document */
.button1:link {
	color: #0000FF;
	text-decoration: none;
}
.button1:visited {
	text-decoration: none;
	color: #0000FF;
}
.button1:hover {
	text-decoration: underline;
	color: #0000FF;
}
.button1:active {
	text-decoration: none;
	color: #0000FF;
}

