body {
   cursor: default;
   background-color: #B0AFAB;
   scrollbar-face-color: #B0AFAB;
    scrollbar-shadow-color: #B0AFAB;
    scrollbar-highlight-color: #B0AFAB;
    scrollbar-3dlight-color: #B0AFAB;
    scrollbar-darkshadow-color: #B0AFAB;
    scrollbar-track-color: #B0AFAB;
    scrollbar-arrow-color: #EFF0EA;

padding: 0px;
   color: #989488;
   font-family: courier new;
   font-weight: normal;
   font-size: 12px;
   background-color: #B0AFAB;
   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:#000000;
    font-weight: normal;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#8E8F65;
    font-weight: normal;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #EFF0EA;
     color: #989488;
     width: 636px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #EFF0EA;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #EFF0EA;
	color: #000000;
	text-align: center;
	font-family: courier new;
	font-size: 12px;
	font-weight: normal;
	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:#B7AA83;
    font-weight: normal;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#8E8F65;
    font-weight: normal;
    cursor: help;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #989488;
     font-family: courier new;
     font-weight: normal;
     text-align: justify;
     font-size: 12px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 12px;
     color: #808080;
     font-family: georgia;
	 text-transform: uppercase;
                   font-style: italic;
	 letter-spacing: 4px;
	 border-bottom: 0px solid #808080;
}


ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: courier new;
    font-size:12px;
    border:1px solid #B0AFAB;
    background-color:#EFF0EA;
    color:#989488;}

 .stats {
background-color: #B0AFAB;
color: #F4FCFB;
border-left:5px solid #B0AFAB;
margin: 0px auto;
padding: 10px;
width: 75%;
}

.stats
a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.stats
a:hover {color: #CDD1D8;
cursor: default;
font-weight: bold;
text-decoration: none;
border-bottom:2px dashed #000000;
}
