* {
	background-color:beige;
}

.submit {
	color:red;
}

.IHateLife {
	color:blue;
}

.button:hover {
	cursor: crosshair;
}
