
.netscape-bug {
}
input[type=text] {
	background: #ffffaa; 
	color: #ff3333; 
	border: 1px; 
	border-style: dashed; 
	border-color: #0000ff; 
}
input.hand {
	background: #eeffff; 
	color: #000099; 
	border: 3px; 
	border-style: outset; 
	border-color: #8888ff; 
}
textarea {
	background: #ffffee; 
	color: #000066; 
	border: 1px; 
	border-style: dashed; 
	border-color: #0000ff;
}
select {
	background: #99ffff; 
	color: #000099; 
	border: 1px; 
	border-style: outset; 
	border-color: #0000ff; 
}
.hand {
    cursor: hand; 
}

