<? // Use a background image. Values can be true or false $usebackground =false; // The background image for this page $imgbackground=""; // The image that's being used to display the value bar $barimg="images\bvdsouth.gif"; // The different colors $color_link ="black"; // Hyperlink $color_vlink ="black"; // Hyperlink visited $color_alink ="#e7e8eb"; // Hyperlink while clicking $color_hlink ="#e7e8eb"; // Hyperlink while pointing $color_background ="#536fa7"; // Background color whole page $color_table ="#e7e8eb"; // Background color Tables $color_header ="#d4d4d9"; // Background color Header tables // The font for the whole page $font_type ="Arial, Helvetica, sans-serif"; // The font type $font_size ="11px"; // The font size $font_variables ="#000000"; // The font color variables $font_table ="#000000"; // The font color Header tables $font_info ="#000000"; // The font color text $font_text ="#000000"; // The font color all other text // The button in the right down corner $button_color ="#d4d4d9"; // The color of the button $button_text ="black"; // The color text in the button // The border around all the fields with the generated info $border_thick ="1"; // The thickness of the border $border_color ="#000000"; // The color $border_style ="solid"; // The style // The colors for the scrollbar $scrollbar_face ="#536fa7"; $scrollbar_highlight ="#9999cc"; $scrollbar_shadow ="#9999cc"; $scrollbar_3dlight ="#cecece"; $scrollbar_arrow ="#9999cc"; $scrollbar_track ="#536fa7"; $scrollbar_darkshadow="#"; ?>