// this file must always be linked before general.js
// the colors below can be changed, but should be in sync with the style sheet

// base appearance for links
baseColor = "#07024A";
baseBg = "#F0F0F0";

// rollover appearance
rolloverColor = "#f0f0f0";
rolloverBg = "#07024A";