|
When the css is written like this: .orangetext15 {font-family:century gothic; font-size: 9px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}The class "orangetext15" isn't pre-defined, its being declared right there, the only diference is that it doesnt have a name tag(p.,div.,body.,etc...) so basically its just that persons own creation, calling a class "orangetext" won't make a difference in what it does (though it's better for organization of thoughts). The reason they left out the name tag is because they may want to use it for both a paragraph AND a div (or any other combination of posible names), in fact the name tag is completely optional in css.
__________________
|