Hello, I am trying to create a webpage with three css columns in it, but I want to have inside one column a word with text style bold and the rest text of the same line in normal style is there a way to do this? I think it can be done but how; here is a sample code: #side-a { font-family:sans-serif; font-size:15px; color:3399CC; font-weight:bolder; //I want the lower case text to be normal//and the upper case in bold style float: left; width: 250px; background:white; }