@import url(./fonts/style.css) all;
html {
  height: 100%;
  width: 100%;
  }

body {
  font-family: "DejaVu Sans", Helvetica, sans-serif;
  color: #566673;
  margin: 0pt;
  padding: 0pt; 
  height: 100%;
  min-width: 700px;
  min-height: 700px;
  border: 0px;
}

a {
  text-decoration: none;
  color: #333333;
  font-style: italic;
}

a:hover {
  box-shadow: 0px 0px 10px 0px gray;
}

#map {
  height: 100%; 
}

