text-transform:
you can also capitalize words and letters with this in css.
text-transform: capitalize;
here's an example i use often
A.category_link:link, A.category_link:visited {
COLOR: #000099;
TEXT-DECORATION: none;
text-transform: capitalize;
}
COLOR: #000099;
TEXT-DECORATION: none;
text-transform: capitalize;
}
