span.back_black   {background-color: black;}
span.back_red     {background-color: red;}
span.back_yellow  {background-color: yellow;}
span.back_green   {background-color: green;}
span.back_yellow  {background-color: yellow;}
span.back_blue    {background-color: rgb(46,111,253);}
span.back_magenta {background-color: magenta;}
span.back_cyan    {background-color: cyan;}
span.back_white   {background-color: white;}
span.back_default {background-color: black;}

span.fore_black   {color: black;}
span.fore_red     {color: red;}
span.fore_yellow  {color: yellow;}
span.fore_green   {color: green;}
span.fore_yellow  {color: yellow;}
span.fore_blue    {color: rgb(46,111,253);}
span.fore_magenta {color: magenta;}
span.fore_cyan    {color: cyan;}
span.fore_white   {color: white;}
span.fore_default {color: white;}


span.attr_bold    {font-weight: bold;}/*  Bold on*/
span.attr_dim     {font-weight: lighter;}/*   Dim on*/
span.attr_flash   {text-decoration: blink; }/*   Flash on*/
span.attr_underline  {text-decoration: underline; }/*   Underline on*/
span.attr_standout   {border: 1px dashed yellow;}/*   Standout on*/
/*      "C" => "colour_",*/
/*span.attr_reverse",*//*   Reverse on*/
/*span.attr_all",*//*   All attributes on*/
 
