/*#549b34 is a light slightly brownish green 
#9dbc3e is a light yellow green
#709038 is a dark greenish brown intended for text
#72c672 is a very light greyish green intended for background
#39902b is a dark greyish green for the headers*/

body{
font-size: 1em;
margin: 0;
}
#content {
width: 80%;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
#navbar {
text-align: center;
margin-top: 10px;
}
#navbar a {
font-family: "Rockwell Extra Bold";
text-decoration: none;
}
#banner {
margin: 0;
}
.button {
padding: 0.8%; 
font-size: 0.9em;
display: inline;
white-space: nowrap;
}
#text a {
text-decoration: none;
font-weight: bold;
}
#text a:hover {
text-decoration: underline;
}
#text h1, h2, h3, h4, h5, h6 {
font-family: "Rockwell Extra Bold";
text-align: center;
}