the first problem with that is that u r not using correct css property
so use
command {
color: #c30000;
font-style: italic;
}
order {
color: #c30000;
font-weight: bold; // for making text bold
}
however u must use classes ans id's instead. since the tags u using are not valid html tags, they could be ignored by the browser.
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42