try this
[%
begin unverified perl
if(QUESTIONNAME() eq "widgit_BYO")
{
return "Here's the level text to show in the BYO question for Attribute 3 Level 1";
}
else
{
return "<font color="#00FF00">Text for Attribute 3 Level 1</font>";
}
end unverified
%]
just replace it with your color code