is_html=1
begin_bold="<b>"
-begin_black="<font color=\"black\">"
-begin_red="<font color=\"red\">"
-begin_green="<font color=\"green\">"
-begin_yellow="<font color=\"orange\">"
-begin_blue="<font color=\"blue\">"
-begin_magenta="<font color=\"magenta\">"
-begin_cyan="<font color=\"cyan\">"
-begin_white="<font color=\"white\">"
+begin_black="<b><font color=\"black\">"
+begin_red="<b><font color=\"red\">"
+begin_green="<b><font color=\"green\">"
+begin_yellow="<b><font color=\"orange\">"
+begin_blue="<b><font color=\"blue\">"
+begin_magenta="<b><font color=\"magenta\">"
+begin_cyan="<b><font color=\"cyan\">"
+begin_white="<b><font color=\"white\">"
end_bold="</b>"
-end_black="$ENDFONT"
-end_red="$ENDFONT"
-end_green="$ENDFONT"
-end_yellow="$ENDFONT"
-end_blue="$ENDFONT"
-end_magenta="$ENDFONT"
-end_cyan="$ENDFONT"
-end_white="$ENDFONT"
+end_black="$ENDFONT</b>"
+end_red="$ENDFONT</b>"
+end_green="$ENDFONT</b>"
+end_yellow="$ENDFONT</b>"
+end_blue="$ENDFONT</b>"
+end_magenta="$ENDFONT</b>"
+end_cyan="$ENDFONT</b>"
+end_white="$ENDFONT</b>"
set_test
}