body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #2F4600
}

h1, h2, h3 {
  font-family: Georgia, Times New Roman, serif;
  font-weight: normal;
  color: #5F8700
}

h1 {
  font-size: 300%;
  font-weight: bold
}

h2 {
  font-size: 175%;
  font-weight: bold
}

h3 {
  font-size: 125%;
  font-weight: bold
}

a {
  color: #4E7301;
  font-weight: bold;
  text-decoration: none
}

a.logo {
  font-family: Georgia, Times New Roman, serif;
  font-weight: normal;
  font-size: 250%;
  color: #FEEDB9
}

a.menu {
  color: #ffffff;
  font-weight: normal;
  font-size: 125%;
  text-decoration: none
}

a:hover {
  color: #B8860B
}

a.menu:hover {
  color: #eEc897
}

hr {
  color: #2F4600;
  background-color: #2F4600;
  height: 2px;
  border-style: solid
}

p {
  text-indent: 1.5em;
  font-size:110%;
  line-height:1.5;
  text-align: justify;
}

p.noindent {
  text-indent: 0em;
  font-size:110%;
  line-height:1.5;
  text-align: justify;
}


ol li {
  margin-top: 1.0em
}

ul li {
  margin-top: 1.0em
}

img.padded {
  padding: 20px;
}


