 
a {
  color: #600;
  text-decoration: none;
}
 
a:hover {
  color: #ffff00;
  text-decoration: underline;
}
 
#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #666;
}
 
#map {
/*  height: 86%;   width: 96%; */
  height: 800px;   width: 800px; 
  padding: 0; margin: 0;
background-color: #ccc;
}
 
#content {
  font-size: 1em;
}
 
#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
