body {
   background-color: #000000;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   width: 600px;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#5fd6ff;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#2e5b70;
    font-weight: bold;
    cursor: hand;
    background-color: transparent;
}

.menu {
    background-color: #2e5b70;
	color: #4F40A0;
	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: #0d1c23;
     color: #0177ab;
     font-family: verdana;
     font-weight: normal;
     font-size: 10px;
     text-align: left;
     padding: 0px;
     border: 0px;
     margin-right: auto;
     margin-left: auto;
}

h2 {
     background-color: #134f69;
     font-weight: bold;
     font-size: 14px;
     color: #ffffff;
     font-family: verdana;
     text-transform: uppercase;
     letter-spacing: 2px;
     border-bottom: 1px dashed #2e5b70;
}

h3 {
     background-color: transparent;
     font-weight: bold;
     font-size: 14px;
     color: #ffffff;
     font-family: verdana;
     text-transform: uppercase;
     letter-spacing: 2px;
     border-bottom: 1px dashed #2e5b70;
}

ul {
   list-style-type: square;
}

 input, textarea, select {
    font-family: verdana;
    font-size:10px;
    border:1px dashed #2e5b70;
    background-color:#000000;
    color:#5fd6ff;}