body {
   background-color: #ffffff;
   cursor: default; 
  scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #A792C0;

padding: 0px;
   color: #A792C0;
   font-family: verdana;
   font-weight: normal;
   font-size: 12px;
   background-color: #ffffff;
   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:#000000;
    font-weight: normal;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#EFB282;
    font-weight: normal;
    cursor: hand;
    background-color: #ffffff;
}
.layout {
     background-color: #ffffff;
     color: #A792C0;
     width: 500px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #ffffff;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #ffffff;
	color: #C2495A;
	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:#000000;
    font-weight: normal;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#EFB282;
    font-weight: normal;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #A792C0;
     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:#EFB282;
    letter-spacing:1px;
    text-transform:lowercase;
    margin:8px 0 9px 0;
    padding-left:2px;}

 .stats {
background-color: #F3EEFF;
border-left:5px solid #8F81A7;
border-right:5px solid #8F81A7;
margin: 0px auto;
padding: 10px;
width: 75%;
}
	

ul {
   list-style-type: square;
}

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