body {
  font-family: verdana, arial, sans-serif;
  font-size: 12pt;
  text-align: left;
  background: white;
  color: black;
}
div.content {
  width: 800px;
  border: 3px solid black;
  padding: 20px 20px 0 20px;
  margin: 20px;
  background: #33CCFF;
}
div#map {
  width: 800px;
  height: 500px
}
div#map, div.subhead, div#weather {
  border: 2px solid #FF6633;
  background: white;
}
div.subhead {
  text-align: center;
}
div.subhead, div#weather {
  padding: 5px;
  margin: 0 0 10px 0;
  width: 790px;
  text-align: center;
}
div#weather {
  font-size: 10pt;
  color: #FF6633;
  text-align: left;
  margin-top: 10px;
}
h1 {
  width: 784px;
  font-size: 24;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  background: #FF6633;
  color: white;
  text-align: center;
}
.dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dl li {
  margin: 10px 0 0 0;
  border: 2px solid #FF6633;
  width: 790px;
  padding: 5px;
  background: white;
}
.dl dfn {
  margin: 0;
  padding: 2px;
  background: #FF6633;
  font-style: normal;
  color: white;
  position: relative;
  top: -5px;
  left: -5px;
}
.dl div {
  display: inline;
  margin: 5px;
}
div#footer {
  text-align: center;
  font-size: 8pt;
  color: white;
  margin: 5px 0 5px 0;
}
a:link {
  color: #33CCFF;
}
a:visited {
  color: #33CCFF;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}
#footer a:link {
  color: white;
}
#footer a:visited {
  color: white;
}
