input[type=text] {
	background-color: green;
}
input[name=ints] {
	background-color: red;
}
input:hover[type=text] {
	background-color: yellow;
}
