body {
  background: ivory;
  font-family: arial, helvetica;
}

h3 {
  color: black;
  background: lavender;
  padding: 5px 5px 5px 0;
  width: 100%;
}

div.header {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

div.map {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 10em; right: auto; bottom: 1em; left: 1em;
}

div.content {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  top: 10em; right: 2em; bottom: 2em; left: 10em;
}

div.content em {
  font-size: larger;
  font-weight: bolder;
}

A:link {
text-decoration: none;
color: #000099;
}
A:hover {
color: #FF0000;
}

A:visited {
color: #FF00FF
}

