@charset "utf-8";
.PageMenu {
	color: #FFF;
	text-decoration: none;
	background-color: #5E5EFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.ParksResultList {
}
* {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}
body {
	
	}
#googleMap {
	height: 380px;
	width: 500px;
}

a, img {
    border:none;
    outline:none
}