html { 
 	scrollbar-3dlight-color : pink;
	scrollbar-arrow-color : pink;
	scrollbar-base-color : pink;
	scrollbar-darkshadow-color : pink;
	scrollbar-face-color : red;
	scrollbar-highlight-color : pink;
	scrollbar-shadow-color :pink;
	scrollbar-track-color : pink;
             } 
A {
	font-family : Lucida Bright;
	font-size : 10px;
	text-decoration: none;
	color: Red;
	font-weight : bold;
}
A:Hover {
	font : 10px Lucida Bright;
	text-decoration : none;
	color : White;
        cursor : default;
	font-weight : bold;
}
body { 
  margin : 0px ;
  background-color: transparent ;
  color : red ;
  font-family : Lucida Bright, tahoma, Times New Roman, Trebuchet MS, verdana, arial ;
  font-size : 10px ;
  cursor: default ;

} 
table {
  font-size : 10px ;
             }
textarea {
  font-size : 10px ;
  font-family : Lucida Bright, tahoma, Times New Roman, Trebuchet MS, verdana, arial ;
  color : red; 
  border : 1px solid white; 
  background-color : 4F2028; 
		}
input {
 font-size : 10px ; 
 font-family: Lucida Bright ;  
 color : white; 
 border : 1px solid white; 
 background-color : 4F2028; 
		}

.MainTable {background-color:4F2028;}
.PSubmit {padding-left:110px;}
.InputCell { border-top:1px outset white; text-align:center; font-family:Arial; font-size:9px; padding: 9px;  color: white;  }
.MessageCell { border-top: 1px outset white; text-align: justify; font-family: Arial; font-size:9px; padding: 9px;  color: white;  }
.SubmitButton { background-color:4F2028; color:white; width:100px; border:1px solid white; font-family:Arial; font-size:9px; }