BODY {
  background: #D0D0CB;
  width: 700px;
  margin: 0 auto;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

html {
  background-color: #E3E3E0;
}

.contact {
  font-weight: bold;
  text-align: center;
  font-size: 130%;
  background-color: #AAAAA2;
  /*! color: #fff; */
}
.contact P {
  margin: 1ex 0;
}

.contact A {
  text-decoration: none;
}
.contact A:hover {
  text-decoration: underline;
}


.photos {
  margin: 0 auto;
  width: 540px;
}

.services {
  padding: 0 10%;
}
.services H2 {
  text-align: center;
}