Help for this page
<STYLE type="text/css"><!-- TD.loop1 { background-color: #c0c0c0; } ... <TR> </TMPL_LOOP> </table>
<STYLE type="text/css"><!-- <TMPL_LOOP name="style_loop"> TD.<TMPL_VAR name="class"> { background-color: <TMPL_VAR name="color"> +; } --></style>
my @styles = ( { class => "bg_red", color => "#FF0000" }, ... color => "#00FF00" }, { class => "bg_blue", color => "#0000FF" } );