function ol_content_simple_cssstyle(text) {
    txt = '<table width="' + o3_width + '" border="0" cellpadding="' + o3_border + '" cellspacing="0" style="background-color: ' + o3_bgcolor + '; height: ' + o3_height + o3_heightunit + ';"><tr><td><table width="100%" border="0" cellpadding="' + o3_cellpad + '" cellspacing="0" style="color: ' + o3_fgcolor + '; background-color: ' + o3_fgcolor + '; height: ' + o3_height + o3_heightunit + ';"><tr><td valign="TOP"><font style="font-family: ' + o3_textfont + '; color: ' + o3_textcolor + '; font-size: ' + o3_textsize + o3_textsizeunit + '; text-decoration: ' + o3_textdecoration + '; font-weight: ' + o3_textweight + '; font-style:' + o3_textstyle + '">' + text + '</font></td></tr></table></td></tr></table>';
    set_background("");
    return txt;
}