body {
background-image: url("img/bg.jpg");
font-family: verdana;
font-size: 10px;
color: #8BA46B;
line-height: 12px;
}

b {
color: #6D864D;
}

#container {
background-color: #335336;
border: 10px solid #335336;
max-width: 600px;
margin: auto;
}

#top {
margin: auto;
}

#nav {
text-align: center;
margin-top: 1px;
}

#content {
padding-top: 10px;
}

#disclaimer {
background-image: url("img/bg.jpg");
color: #335336;
border: 3px solid #8BA46B;
text-align: center;
width: 400px;
padding: 5px;
margin: auto;
}

h1 {
font-family: century gothic;
font-size: 18px; 
color: #ffffff;
font-weight: normal;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
}

textarea, input {
font-family: verdana;
font-size: 10px;
background-color: #8BA46B;
color: #335336;
text-align: left;
}

a:link, a:active, a:visited {
font-family: verdana;
font-size: 10px;
color: #ffffff; 
font-weight: normal;
text-decoration: none;
}

a:hover {
font-family: verdana;
font-size: 10px;
color: #ffffff;
font-weight: normal;
text-decoration: underline;
}

a:link.nav, a:active.nav, a:visited.nav {
font-family: arial black;
font-size: 22px;
color: #8BA46B; 
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
}

a:hover.nav {
font-family: arial black;
font-size: 22px;
color: #7A935A;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 2px;
text-decoration: none;
}