#change_btn {
	display:none;
}

#change_btn .spn {
	border:2px solid #000080;
	background-color:#B0C4DE ;
	font-size:400%;
	padding:40px 0px;
	margin-top:20px;
	margin-bottom:20px;
}

#change_btn .spn a:link {
	color: #000080;
	text-decoration:none;
}

#change_btn .spn a:visited {
	color: #000080;
	text-decoration:none;
}

#change_btn .spn a:active {
	color: #1E90FF;
	text-decoration:none;
}

#change_btn .spn a:hover {
	color: #1E90FF;
	text-decoration:none;
}