.capitalize {
	text-transform: capitalize;
}
.allcaps {
	text-transform: uppercase;
}
