body {
   background-color: #080504;

scrollbar-face-color: #080504;
    scrollbar-shadow-color: #080504;
    scrollbar-highlight-color: #080504;
    scrollbar-3dlight-color: #080504;
    scrollbar-darkshadow-color: #080504;
    scrollbar-track-color: #080504;
    scrollbar-arrow-color: #DD4E29;

padding: 0px;
   color: #F27046;
   font-family: arial;
   font-weight: normal;
   font-size: 11px;
   background-color: #080504;
   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:#FB9538;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#F27046;
    font-weight: bold;
    cursor: hand;
    background-color: #080504;
}
.layout {
     background-color: #080504;
     color: #F27046;
     width: 500px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #080504;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #080504;
	color: #C2495A;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	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:#FB9538;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#F27046;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #F27046;
     font-family: arial;
     font-weight: normal;
     text-align: left;
     font-size: 11px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}

h1 {
    font-family:georgia;
    font-size:20px;
    font-style: italic;
    color:#FCAB4D;
    letter-spacing:1px;
    text-transform:lowercase;
    margin:8px 0 9px 0;
    padding-left:2px;}

 .stats {
background-color: #080504;
border-left:5px solid #FCAB4D;
margin: 0px auto;
padding: 10px;
width: 55%;
}
	

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: arial;
    font-size:11px;
    border:1px solid #F27046;
    background-color:#080504;
    color:#F27046;}
