html,body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  margin: 1%; padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  overflow: hidden;
  color: #000000;
}
 
a {
  color: #0000A0;
  text-decoration: underline;
}
 
a:hover {
  color: #0000A0;
  text-decoration: none;
}
 
.header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  overflow: hidden;
  color: #000000;
}

#map {
  height: 86%;
  width: 96%;
  padding: 0; margin: 0;
}
 
#osm {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}