It's bad practice to use a class name that describes how an element should look, such as the highlighted portion of CSS below:

	
	.greenText {
		color: green;
	}