* html {
  font-size:100%;
}

body, html {
  padding:0;margin:0;
  height:100%;
}

body {
  font-family:"Gill Sans", Trebuchet, Verdana, sans-serif;
  font-size:62.5%;
  text-align:center;
}


div#map {
  height:100%;
  width:100%;
  
  /*color:red;*/
}

h1 {
  font-size: 1.2em;
}

p {
  /*width:300px;*/
  line-height:1.4;
}

p.bold {
  font-weight:bold;
}

#blurb {
  text-align:left;
  margin-bottom:10px;
  line-height:1.3;
}

a {
  color:black;
}

a:hover {
  background-color:yellow;
}
