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