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: #900604;

padding: 0px;
   color: #000000;
   font-family: tahoma;
   font-weight: normal;
   font-size: 10px;
   background-color: #000000;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: left;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#900604;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#A49074;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.layout {
     background-color: #000000;
     color: #8D662F;
     cursor: default;
     width: 500px;
     padding: 0px;
     border: 5px solid #000000;
      text-align: justify;
      margin-right: auto;
     margin-left: auto;
     text-align: left;
}
.menu {
    background-color: #000000;
	color: #808080;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
                  letter-spacing: 1px;
	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:#900604;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#A49074;
    font-weight: bold;
    cursor: help;
    background-color: transparent;
}
.content {
     background-color: transparent;
     color: #8D662F;
     font-family: tahoma;
     font-weight: normal;
     font-size: 11px;
     text-align: justify;
     padding: 0px;
     border: 0px;
      width: 87%;
     margin-right: auto;
     margin-left: auto;
}
.title {
     background-color: transparent;
       font-weight: bold;
       font-size: 12px;
     color: #B99767;
     font-family: tahoma;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 border-bottom: 1px solid #000000;
}

b {
     color: #BF904C;
}

i {
     color: #A49074;
}


 input, textarea, select {
    font-family: tahoma;
    font-size:11px;
    border:1px dashed #8D662F;
    background-color:#000000;
    color:#8D662F;}


ul {
   list-style-type: square;
}
