body {

  background-color: #85846a;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: small;
  line-height: 1.6em;}


#allcontent {

  width: 800px;
  padding-bottom: 5px;
  background-color: #85846a;
  margin-left: auto;
  margin-right: auto;
}


h1, h2 {color: #48483a; }

h1 {font-size: 140%; }

h2 {font-size: 120%; }

h3 {color: #7e1d12;
    font-size: 100%;
    font-weight: bold; }

h4 {color: #7e1d12;
    font-size: 150%;
    font-weight: bold; }


#hometitle {

  text-align: center;
  margin-top: 70px;
  margin-bottom: 110px;
}


#homebuttons {

  text-align: center;
  margin-bottom: 200px;
}

.button {
  margin-left: 30px;
  margin-right: 30px;
}


#homebuttons a:link {color: #85846a; }

#homebuttons a:visited {color: #85846a; }

#homebuttons a:focus {color: #48483a; }

#homebuttons a:hover {color: #EED8AE; }

#homebuttons a:active {color: #48483a; }

#footer {

  font-size: 85%;
  color: #EED8AE;
  text-align: center;
}

#footer a:link {color: #85846a; }

#footer a:visited {color: #85846a; }

#footer a:focus {color: #48483a; }

#footer a:hover {color: #EED8AE; }

#footer a:active {color: #48483a; }


