body {
  margin: 0px 0px 0 0px;
  background-color: #DFBE00;
  /* background-color: #FFCC00; */
  background-image: url(images/home_gardeners.jpg);
  text-align: center;
  padding: 0;
  color: Black;
  font-family: Americo, Arial, sans-serif;
  font-type: bold;
}

img {
  border: 0;
}
a:link {
  font-family: Americo, Arial, sans-serif;
  font-size: large;
  font-type: bold;
  color: Black;
}

a:visited {
  font-family: Americo, Arial, sans-serif;
  font-type: bold;
  color: Black;
  font-size: large;
}

a:hover {
  font-family: Americo, Arial, sans-serif;
  font-size: large;
  font-type: bold;
  color: Black;	
}

div.spacer {
  clear: both;
}

div.footer {
  text-align: center;
  font-family: Americo, Arial, sans-serif;
  font-size: 1em;
  font-type: bold;
}

li.inline {
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid black;
}

li.last {
  display: inline;
  padding-left: 6px;
  padding-right: 3px;
  border-right: 0px;
} 


