/* Set up the Semantic Grid System */
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* center the contents */
div.center {
  min-width: 960px;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* Colors */
div.center {
  margin-top: 65px;
  margin-bottom: 75px;
  font-size: 1.3em;
}
div.center h1 {
  color: #4e945f;
  font-family: "Doppio One";
  text-align: center;
  margin-bottom: 40px;
}
div.center h2 {
  color: #4e945f;
  font-weight: bold;
  font-family: "Doppio One";
}
div.center ul {
  list-style-type: circle;
  margin: 0 auto;
  width: 365px;
}
div.center ul a {
  color: #aa4d45;
}
div.center ul a:hover {
  color: #2d2f30;
}
div.center ul a:visited {
  color: #aa4d45;
}
div.center p a {
  color: #aa4d45;
}
div.center p a:hover {
  color: #2d2f30;
}
div.center p a:visited {
  color: #aa4d45;
}
