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

