html {
   width:100%;
   background:#000000;
   	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:black;
	scrollbar-highlight-color:black;
	scrollbar-shadow-color:black;
   
}

body {
   height:auto;
   margin:1px auto 1px auto;
   background:#000000;
   font-family:verdana,arial,sans-serif;
   font-size:10px;
   color: #FFF;
}

div#main {
   width:280px;
   height:auto;
   margin:1px auto 1px auto;
   padding:1px 1px 1px 2px;
}

h1 {
   width:95%;
   font-size:10px;
   font-weight:100;
   color:#ffffff;
   border-bottom:1px solid #003090;
}

form {
   font-family:verdana,arial,sans-serif;
   font-size:10px;
   font-weight:100;
   
}

.textfield {
   border:1px solid #003090;
   background:#ffffcc;
   width:200px;
}

.textarea {
   border:1px solid #000000;
   background:#ffffcc;
   width:200px;
   height:35px;
}

hr {
   font-size:15px;
   border-top:1px solid #003090;
   border-right:none;
   border-bottom:none;
   border-left:none;
   background:#ffffff;
   text-align:left;
}

p {
   text-align:justify;
}
