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: #F2FDFA;

padding: 0px;
   color: #F2FDFA;
   font-family: arial;
   font-weight: normal;
   font-size: 11px;
   background-color: #000000;
   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:#2E5C92;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color:#5C91C1;
    font-weight: bold;
    cursor: hand;
    background-color: #000000;
}
.layout {
     background-color: #000000;
     color: #F2FDFA;
     width: 475px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #000000;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #000000;
	color: #5C91C1;
	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:#2E5C92;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#5C91C1;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #F2FDFA;
     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:#5C91C1;
    letter-spacing:1px;
    text-transform:lowercase;
    margin:8px 0 9px 0;
    padding-left:2px;}

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

ul {
   list-style-type: square;
}

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