html,body {  background-color: #FFFFFF;  height: 100%;  width: 100%;  margin: 0px; padding: 0;  font-family: Verdana, Arial;  font-size: 1em;  color: #000000;}a {  color: #400000;  text-decoration: none;}a:link { text-decoration:none; color:#400000; }a:visited { text-decoration:none;  color:#400000; }a:hover { text-decoration:underline;  background-color:#dcc; }a:active { text-decoration:underline;  background-color:#dcc; }a:focus { text-decoration:underline;  background-color:#dcc; }#header {  font-family: Verdana, Arial;  font-size: 1em;  overflow: hidden;  color: #ffffff;} #map {  height: 60%;  width: 98%;  padding: 0; margin: 0;} #content {  font-size: 1em;} #osm {  font-size: 0.7em;  font-style: italic;  margin-bottom: 20px;  text-align: center;}
