Lots of websites use class names like floatleft, clearfloat, alignright, small, center etc that describe the
floatleft
clearfloat
alignright
small
center
You are saying something like this:
.red { color:red; }
so in order to use this class:
hello
ALTERNATIVE SOLUTION
ul li { color:red; }
Usage:
Hello
By this you can actually remove the presentation information from the content.