textarea{
	background-color: #0000aa;
	border: none;
	color: #ffffff;
	font-family: 'Arial'; 
	font-weight: bold; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 
	border-top: 1px solid #000066; 
	border-bottom: 1px solid #000066;
}

input{
	background-color: #0000aa;
	border: none;
	color: #ffffff;
	font-family: 'Arial'; 
	font-weight: bold; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 
	border-top: 1px solid #000066; 
	border-bottom: 1px solid #000066;
}

select{
	background-color: #0000aa;
	border: none;
	color: #ffffff;
	font-family: 'Arial'; 
	font-weight: bold; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 
	border-top: 1px solid #000066; 
	border-bottom: 1px solid #000066;
	scrollbar-face-color:       #0000cc; 
	scrollbar-shadow-color:     #0000aa; 
	scrollbar-highlight-color:  #0000ff; 
	scrollbar-3dlight-color:    #0000Ff; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color:      #3300aa;
        scrollbar-arrow-color:      #ffffff;
}


body{
	scrollbar-face-color:       #0000cc; 
        scrollbar-shadow-color:     #0000aa; 
        scrollbar-highlight-color:  #0000ff; 
        scrollbar-3dlight-color:    #0000Ff; 
        scrollbar-darkshadow-color: #000000; 
        scrollbar-track-color:      #3300aa;
        scrollbar-arrow-color:      #ffffff;
	}

a{
	text-decoration: none;
}



