html,body {
  height: 100%;
  width: 100%;
  padding-left:1%;
  overflow: hidden;
  color: #ffffff;
  font-size:10pt;
  font-family: Arial;
  background-color: rgb(245,245,245);
  border:0;
  margin-bottom:4%;
  position:absolute;
}

a {
  color: black;
  text-decoration: underline;
}



#header {
  font-family: Arial;
  font-size: 1em;
  overflow: hidden;
  color: black;
  margin-left:1%;
  margin-top:6%;
}

#map {
	
  height: 74%;
  width: 95%;
}

#content {
  font-size: 1em;
  
}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
  
}






