body {
  background-color: #432716;
  text-align: center;
  color: white;
  font-family: "Verdana", "Arial", sans-serif;
}

#header-title {
  font-family: "Courier 10 Pitch", "Courier New", monospace;
  color: #84B3CE;
  font-size: 40pt;
  text-transform: lowercase;
}

#store {
  float: right;
  margin-left: 10px;
}

#content {
  text-align: left;
  margin: 0px auto;
  width: 700px;
  border-top: 10px solid #E4318C;
  padding: 10px;
}

address {
  margin: 20px;
}

a {
  color: #84B3CE;
}
