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