public static function new_style($return = '')
 {
     $frm_style = new FrmStyle();
     $style = $frm_style->get_new();
     if ('style' == $return) {
         // return style object for header css link
         return $style;
     }
     self::load_styler($style);
 }