#banner {
    background-color: teal;
    height: 200px;
    text-align: center;
}
h1 {
    margin: 0px;
    line-height: 200px;
}
body {
    margin: 0px;
    background-color: white;
}
.bodyText {
    color: #5b120c;
}
li {
    padding: 10px;
    display: inline;
}
#navBar {
    text-align: center;
}
a {
    text-decoration: none;
    color: darkgreen;
}
h2 {
	color: teal;
    padding-left: 5px;
}
.bodyText {
    color: #5b120c;
    padding-left: 20px;
    padding-right: 20px;
}
#copyright {
    width: 100%;
    text-align: center;
}