body {
   background-color: #000;
  

padding: 0px;
   color: #6C6C6C;
   font-family: arial;
   font-weight: normal;
   font-size: 12px;
   background-color: #000;
   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:#A8A8A8;
    font-weight: normal;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#404040;
    font-weight: normal;
    cursor: default;
    background-color: transparent;
}
.layout {
     background-color: #000;
     color: #6C6C6C;
     cursor: default;
     width: 600px;
     padding: 0px;
     text-align: justify;
     border: 3px solid #000;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #000;
	color: #6C6C6C;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	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:#A8A8A8;
    font-weight: normal;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#404040;
    font-weight: normal;
    cursor: default;
    background-color: #000;
}
.main {
     background-color: #000;
     color: #6C6C6C;
     font-family: arial;
     font-weight: normal;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: #000;
     font-weight: bold;
	 font-size: 12px;
     color: #838383;
     font-family: arial;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px solid #000;
}

.stats {
background-color: #000;
color: #6C6C6C;
background-image: url('stats.png');
border-left: 2px solid #838383;
border-right: 2px solid #000;
background-repeat: no-repeat;
margin: 0px auto;
padding: 10px;
width: 100%;
}

 input, textarea, option, select {
    font-family: arial;
    font-size:12px;
    border:1px solid #6C6C6C;
    background-color:#000;
    color:#6C6C6C;}


ul {
   list-style-type: square;
}
