font/color/background codes all available on html guide (link on group main page)
mood is:
<style>
.mood{
color: red !important;
}
</stye>
not sure which sections you are talking about when you say "status" and "you" -- those aren't the names of any of the sections of your profile. can you be more specific.
i think for "status" you might mean the section that shows your profile photo and "online" status. if that's right the code for that is:
<style>
.general-about{
color: red !important;
}
</style>