body {
   background-color: #31286d;

padding: 0px;
   color: #b4929b;
   font-family: verdana;
   font-weight: normal;
   font-size: 10px;
   background-color: #391d2a;
   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:#f0edec;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#99d9f1;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
.layout {
     background-color: #010001;
     color: #b4929b;
     width: 500px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #010001;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #0f0d0b;
	color: #f0edec;
	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;
}

.main {
     background-color: transparent;
     color: #b4929b;
     font-family: verdana;
     font-weight: normal;
     text-align: left;
     font-size: 10px;
     padding: 0px;
     border: 0px;
	 width: 489px;
	 margin-right: auto;
     margin-left: auto;
}
H2 {
     background-color: transparent;
     font-weight: bold;
	 font-size: 10px;
     color: #6b3d57;
     font-family: verdana;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 1px dashed #6b3d57;
}


ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:10px;
    border:1px dashed #6b3d57;
    background-color:#0e0e26;
    color:#6b3d57;}