a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


#MyBanner
{
	1border:solid 1px #990000;
	width:100vw;
	height:4%;
	position:absolute;
	top:0px;
	1opacity:0.8;
	z-index:2000;
	text-align:center;
	font-family:'Arial';
	font-weight:bold;
	font-size:large;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#76b5c5;
	border-bottom:solid 2px #333;
}
#MyMap
{
	1display:none;
	width:100vw;
	height:96%;
	position:absolute;
	bottom:0px;
	z-index:1000;
}
#MyDiv
{
	1border:solid 1px #990000;
	position:absolute;
	z-index:1000;
	bottom:0px;
	z-index:3000;
}
#MyInput
{
	width:160px;
	font-size:small;
	text-align:center;
	color:orangered;
	opacity:50%;
}

.Text01
{
	font-family:'Courier New';
}
.Text02
{
	color:#154c79;
}

.DiV01
{
	float:left;
}

.BK1
{
	background-image: linear-gradient(to right top, #291e25, #341f32, #3b2241, #3d2654, #382c69, #373075, #343482, #2e388f, #3f3893, #4f3796, #5e3599, #6d339b);
}
.BK2
{
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.BK3
{
	background-image: linear-gradient(to left top, #291e25, #341f32, #3b2241, #3d2654, #382c69, #373075, #343482, #2e388f, #3f3893, #4f3796, #5e3599, #6d339b);
}


.great-vibes-regular {
	  font-family: "Great Vibes", cursive;
	  font-weight: 400;
	  font-style: normal;
}
.cairo-play-700 {
  font-family: "Cairo Play", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}