html,body {
/*  background-color: #000000;
  height: 100%;
  width: 100%;
  margin: 1%; padding: 0;
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #ffffff;*/
}

#osm a {
  text-decoration: none;
  text-shadow:none;
}

#osm a:hover {
  text-shadow: 2px 0px 0.3em #FEA621, -2px 0px 0.3em #FEA621, 0px 2px 0.3em #FEA621, 0px -2px 0.3em #FEA621;
}

#mapheader {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #ffffff;
}

#map {
  height: 86%;
  width: 96%;
  padding: 0; margin: 0;
}

#mapcontent {
  font-size: 1em;
}

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