body {
   background-color: #47453B;

scrollbar-face-color: #47453B;
    scrollbar-shadow-color: #47453B;
    scrollbar-highlight-color: #47453B;
    scrollbar-3dlight-color: #47453B;
    scrollbar-darkshadow-color: #47453B;
    scrollbar-track-color: #47453B;
    scrollbar-arrow-color: #49604C;

padding: 0px;
   color: #948F7A;
   font-family: verdana;
   font-weight: normal;
   font-size: 12px;
   background-color: #47453B;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#948F7A;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#757059;
    font-weight: bold;
    cursor: hand;
    background-color: #2F4532;
}
.layout {
     background-color: #2F4532;
     color: #B09671;
     width: 550px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #2F4532;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #2F4532;
	color: #67A788;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#948F7A;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#757059;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #B09671;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}

h1 {
    font-family:georgia;
    font-size: 20px;
    font-style: italic;
    color:#948F7A;
    letter-spacing:1px;
    text-transform:lowercase;
    margin:8px 0 9px 0;
    padding-left:2px;}

 .stats {
background-color: #403F38;
color: #8B866F;
border-left:5px solid #948F7A;
margin: 0px auto;
padding: 10px;
width: 55%;
}
	

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:12px;
    border:1px solid #67A788;
    background-color:#2F4532;
    color:#B09671;}
