<h:outputText value="#{msgs.namePrompt}" styleClass="prompts"/>
styleClass value is a CSS style such as:
.prompts { color:red; }
If this style is in the file styles.css, then put the following in the head element of your JSF page:
<link href="styles.css" rel="stylesheet" type="text/css"/>