<STYLE>
A:link{color:#87CEFA;text-decoration:none;font-weight:normal}
A:visited{color:#6387D1;text-decoration:none;font-weight:normal}
A:link{color:#87CEFA;text-decoration:none;font-weight:normal}
A:active{color:#778899;text-decoration:none;font-weight:bold;cursor:pointer;}
A:hover{color:#99C2EB;text-decoration:none;font-weight:bold;cursor:pointer;}

input,textarea 
{ background: #191970; 
color: #FFFFFF; 
font-size: 11px; 
letter-spacing: 1pt; 
font-family: Arial, Verdana, sans-serif; 
background: none;}

body {
background: #606060;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
color: #FFFFFF;
margin: 10px 0;
text-align: center;
}
#container {
background: #383838;
width: 400px;
margin: 0 auto;
border: 1px solid #C0C0C0;
}
#header {
background: #383838;
width: 100%;
height: 400px;
padding-top: 0px;
border-bottom: 1px solid #C0C0C0;
}
#nav {
background: #383838;
float: left;
width: 100%;
height: 35px; 
text-align: center;
border-bottom: 1px solid #C0C0C0;
}
#content {
background: #000043;
float: left;
width: 100%;
min-height: 500px; 
text-align: left;
}

#footer {
background: #383838;
width: 100%;
clear: both;
height: 135px;
border-top: 1px solid #C0C0C0;
}

