body {
  font-family: 'Palatino Linotype';
  font-size: 100%;
  background: #DBDBBF;
  color: #3C3114;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

a:link, a:visited, a:active {color: #3C3114; text-decoration: none;}
a:hover {color: #8C7026; text-decoration: none;}

.img {border: 2px solid #3C3114}
a:hover .img {border: 2px solid #8C7026} 

.menu {
  font-size: 120%;
}

.submenu {
  font-size: 90%; line-height: 1.1
}

.contentborder {
background: #DFD8AA;
color: #594716;
border-top: 7px solid #3C3114;
border-right: 7px solid #594716;
border-bottom: 7px solid #3C3114;
border-left: 7px solid #594716;
text-align: left;
font-size: 110%;
}

.title {
background: #DBDBBF;
border-top: 0px;
border-right: 1px solid #594716;
border-bottom: 1px solid #3C3114;
border-left: 1px solid #594716;
font-size: 160%;
padding: 0px 10px 5px 10px;
}

#content {color: #3C3114}
#content a:link,#content a:visited, #content a:active {color: #3C3114; text-decoration: underline}
#content a:hover {background: #DFD8AA; text-decoration: underline}

#bottom {color: #3C3114; font-size: 90%;}
#bottom a:link,#bottom a:visited, #bottom a:active {color: #3C3114; text-decoration: none;}
#bottom a:hover {color: #F3E6C3}

p {line-height: .9}

.line {line-height: 1.3}

.picleft {margin: 5px 0px 3px 0px; padding: 0px 15px 0px 0px; float: left}

.space {padding-top: 10px}