body {
   background-color: #E3D5C9;

scrollbar-face-color: #E3D5C9;
    scrollbar-shadow-color: #E3D5C9;
    scrollbar-highlight-color: #E3D5C9;
    scrollbar-3dlight-color: #E3D5C9;
    scrollbar-darkshadow-color: #E3D5C9;
    scrollbar-track-color: #E3D5C9;
    scrollbar-arrow-color: #000000;

padding: 0px;
   color: #E3D5C9;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 12px;
   background-color: #E3D5C9;
   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:#B39A7B;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#E9E0D9;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #000000;
     color: #E3D5C9;
     width: 464px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #000000;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #000000;
	color: #B39A7B;
	text-align: center;
	font-family: Tahoma;
	font-size: 14px;
	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:#B39A7B;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#E9E0D9;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #E3D5C9;
     font-family: Tahoma;
     font-weight: normal;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 12px;
     color: #B39A7B;
     font-family: Tahoma;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #E9E0D9;
}


ul {
   list-style-type: square;
}

