body {
   background-color: #6B2283;

scrollbar-face-color: #6B2283;
    scrollbar-shadow-color: #6B2283;
    scrollbar-highlight-color: #6B2283;
    scrollbar-3dlight-color: #6B2283;
    scrollbar-darkshadow-color: #6B2283;
    scrollbar-track-color: #6B2283;
    scrollbar-arrow-color: #FFFFFF;

padding: 0px;
   color: #6B2283;
   font-family: verdana;
   font-weight: normal;
   font-size: 12px;
   background-color: #6B2283;
   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:#CBAB7A;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#6B2283;
    font-weight: bold;
    cursor: hand;
    background-color: #FFFFFF;
}
.layout {
     background-color: #FFFFFF;
     color: #6B2283;
     width: 600px;
     padding: 0px;
     text-align: justify;
     border: 3px solid #FFFFFF;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #FFFFFF;
	color: #6B2283;
	text-align: center;
	font-family: verdana;
	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:#CBAB7A;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#6B2283;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #6B2283;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 12px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}

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

 .stats {
background-color: #6B2283;
color: #FFFFFF;
border-left:5px solid #CBAB7A;
margin: 0px auto;
padding: 10px;
width: 55%;
}
	

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:12px;
    border:1px solid #6B2283;
    background-color:#FFFFFF;
    color:#6B2283;}
