body {
   background-color: #d6d6d6;



padding: 0px;
   color: #353333;
   font-family: verdana;
   font-weight: normal;
   font-size: 10px;
   background-color: #d6d6d6;
   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:#9d4040;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#000000;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.layout {
     background-color: #c3c3c3;
     color: #4F40A0;
     width: 447px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #c3c3c3;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #aeaeae;
	color: #608070;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	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:#FF1720;
    font-weight: bold;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#000000;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #353333;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 10px;
     padding: 0px;
     border: 0px;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}
.stats {
     background-color: transparent;
     color: #353333;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 10px;
     padding: 0px;
     border: 1px dotted;
	 width: 95%;
	 margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: transparent;
     font-weight: bold;
	 font-size: 10px;
     color: #FF1720;
     font-family: verdana;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px dashed #000000;
}


ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:10px;
    border:1px dashed #000000;
    background-color:#ffffff;
    color:#5c7c6b;}