html {margin:0;padding:0}

body {
font-size: 100%;
font-family: Tahoma, Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
background: #87BF5F;
text-align: left;
}


h1 {
font-size: 200%;
text-align: center;
line-height: 50px;
margin: 0;

}

h2 {
text-align: center;
color: #000;
font-size: 125%;
}

h3 {
color: #000;
font-size: 110%;
text-align: center;
}

h4 {
font-family: Courier New, Courier, monospace;
font-size: 90%;
font-weight: normal;
text-align: center;
}


p {
margin: 0 0 10px 10px;
}

a {
color: #486838;
}

img {
border: 0;
}

#sheep_header {
background: #87BF5F url(images/sheepBG40.jpg);
height: 200px;
}

#sheep_header h1 {
font-family: Georgia, serif;
color: #FFFF80;
padding: 50px 10px;
}


#duck_header {
background: #87BF5F url(images/ducksBG50.jpg);
height: 200px;
}

#duck_header h1 {
font-family: Georgia, serif;
color: #FFFF80;
padding: 50px 10px;
}

#content {
margin: 70px;
}

#content p {
line-height:1.4;
}

#top-nav {
padding-bottom: 50px;
}

#top-nav a {
text-decoration: none;
font-style: italic;
}

#top-nav a:hover {
text-decoration: none;
font-style: normal;
}

#top-nav h2 {
color: #486838;
}

#footer {
background: #5C8648;  /* dark green background */
color: #87BF5F;
clear: both;
width: 100%;
text-align: left;
}

#footer p {
color: #87BF5F;
margin: 0;
padding: 10px 10px;
}

#footer a {
color: #90B25E;
}

.center {
text-align: center;
}

.floatright {
float: right;
padding: 10px;
}

.floatleft {
float: left;
padding: 10px;
}

.int-link {
padding-right: 15px;
padding-left: 15px;
text-decoration: none;
}

.break {
clear: both;
font-size: 1px;
line-height: 0;
height: 0;
}

.return {
text-align: center;
padding-bottom: 20px;
}