body {

background: url('images/bg.jpg') repeat-x #5EAD43;
font-family: Georgia, tahoma, verdana;

}

.nav {

border-left: 4px solid #003300;
border-right: 4px solid #003300;
border-bottom: 4px solid #003300;
background: #003300;
height: 30px;
text-align: center;
font-size: 10pt;
color: #FFFFFF;

}

.nav a, a:link, a:visited, a:active, a:hover {

color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;

}

.nav-text {

padding-left: 10px;
padding-right: 10px;

}

.content {

border-left: 4px solid #003300;
border-right: 4px solid #003300;
background: #B1F7AE;
padding: 8px;


}

.footer {

background: url('images/footer.png');
text-align: center;
font-size: 8pt;
font-family: verdana;
color: #FFFFFF;
height: 40px;

}