body {
   background-color: #000000;

scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #843B30;

padding: 0px;
   color: #C69560;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 11px;
   background-color: #000000;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: underline; 
    color:#843B30;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#792921;
    font-weight: bold;
    cursor: nw-resize;
    background-color: transparent;
}
.layout {
     background-color: #000000;
     color: #C69560;
     width: 600px;
     padding: 0px;
     border: 5px solid #000000;
      text-align: justify;
      margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #000000;
	color: #C69560;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	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:#843B30;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#792921;
    font-weight: bold;
    cursor: nw-resize;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #C69560;
     font-family: Tahoma;
     font-weight: normal;
     font-size: 11px;
     text-align: justify;
     padding: 0px;
     border: 0px;
	 width: 100%;
	 margin-right: 0;
     margin-left: 0;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 11px;
     color: #843B30;
     font-family: Tahoma;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #D1AE85;
}

input, textarea, option, select {
	background-color: #000000;
	font: 11px tahoma;
	color: #C69560;
	letter-spacing: 1px;
	border: 1px solid #843B30;
	padding:2px;}

ul {
   list-style-type: square;
}
