@charset "utf-8";
#up {
	height: 8%;
	width: 6%;
	position: fixed;
	left: 1.2%;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	font-weight: 900;
	font-style: normal;
	font-size: 300%;
	color: #5B2E00;
	border-radius: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #0F0;
	border-right-color: #0F0;
	border-bottom-color: #0F0;
	border-left-color: #0F0;
	bottom: 20px;
	text-shadow: 0px 0px 3px #EDFF99;
	cursor: default;
	-ms-transition: color 200ms ease-in 20ms, text-shadow 200ms ease-in-out 20ms, opacity 200ms ease-in 20ms;
	-o-transition: color 200ms ease-in 20ms, text-shadow 200ms ease-in-out 20ms, opacity 200ms ease-in 20ms;
	-webkit-transition: color 200ms ease-in 20ms, text-shadow 200ms ease-in-out 20ms, opacity 200ms ease-in 20ms;
	-moz-transition: color 200ms ease-in 20ms, text-shadow 200ms ease-in-out 20ms, opacity 200ms ease-in 20ms;
	transition: color 200ms ease-in 20ms, text-shadow 200ms ease-in-out 20ms, opacity 200ms ease-in 20ms;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	opacity: 0;
}
.Top_Link:focus {
	visibility: visible;
}
#arrow {
	position: fixed;
	left: 0px;
	bottom: 0px;
}
