It's usually bad practice to use a class name that explicitly describes how an element should look, such as the highlighted portion of CSS below:
.greenText { color: green; }