<? // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the Free // Software Foundation; either version 2 of the License, or (at your option) // any later version. // This program is distributed in the hope that it will be useful, but WITHOUT // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for // more details. // You should have received a copy of the GNU General Public License along with // this program; if not, write to the Free Software Foundation, Inc., 59 Temple // Place - Suite 330, Boston, MA 02111-1307, USA. // Copyright: (C) 2002/2003 Stefan Cyris # table colors $tablealtcolor1 = "#DEDEEE"; //first alternating color $tablealtcolor2 = "#CCCCCC"; //second alternating color $tablelinkcolor = "#000000"; // color of links in tables $tabletextcolor = "#000000"; // color of links in tables $tablebordercolor = "#000000"; //table border color $tablebgcolor = "#E2E2E2"; //table bgcolor $tablemainbgcolor = "#FFFFFF"; //table bgcolor # table header $tableheaderbgcolor = "#FF9933"; //the header background color $tableheaderfontsize = 3; //usual font size $tableheaderfontsizesmall = 3; //small font $tableheaderfontcolor = "#000000"; //font color $tableheaderfontface = "tahoma,courier"; //font face # text outside table $fontsize = 3; //usual font size $fontsizesmall = 2; //small font $fontcolor = "#000000"; //font color $fontface = "verdana, arial, helvetica"; //font face ?>