
body,html{
background: #0B4022 url('bg2.jpg') repeat-y;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 10px;
color: white;
}
a.nav:link,a.nav:active,a.nav:visited{
text-decoration: none;
color: white;
background-color: #003622;
font-family: Arial;
font-size: 10px;
padding: 5px;
width: 50px;
display: block;
text-transform: uppercase;
}
a.nav:hover{
text-decoration: none;
color: #1B904E;
background-color: #003622;
font-family: Arial;
font-size: 10px;
padding: 5px;
width: 50px;
display: block;
text-transform: uppercase;
}
h1{
color: white;
font-family: Arial;
font-size: 14px;
margin-bottom: 5px;
border-bottom: 1px solid white;
}