<%@ page language="java" %> <% /* ///////////////////////////////////////////////////////////////////////// / Weeks style sheet / ///////////////////////////////////////////////////////////////////////////*/ /**************** colors, fonts and other variables *************************/ //colors used from Branding document String primaryColor="#EF2E23"; String secondaryColor="#E7DAAC"; String tertiaryColor="#F5C382"; String primaryTextColor="#000000"; String primaryBgColor="#FFFFFF"; //all the colors used in the website String color1="#000000"; String color2=primaryColor; String color3=secondaryColor; String color4=tertiaryColor; String color5="#F7F3E8"; String color6="#A59C8C"; String color7="#EFE7D6"; String color8="#999999"; String color9="#FFFFFF"; String mainBgColor=color3; String genericlTitleColor=color1; // all the fonts used in the website String font1 ="Verdana, Arial, Helvetica, sans-serif"; String font2="Arial, Helvetica, Verdana, sans-serif"; String font3="Courier, sans-serif"; //background image paths used for stylized tables String topLeftRedCurve="images/topLeftRedCurve.gif"; String vtDataTD1Bg="images/vtDataTDBg.gif"; String vtNavTD3Bg="images/vtNavTD3Bg.gif"; String arrowWhitePath ="images/arrowWhite.gif"; String arrowBlackPath ="images/arrowBlack.gif"; String cellPadding="4"; /**************** end variables *************************************/ %>