%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%                                                        %%
%% JEOPARDY DESIGNS                                       %%
%%                                                        %%
%% The AcroTeX Software Development Team (Copyright 2007) %%
%%                                                        %%
%% The Germany Color Scheme                               %%
%%                                                        %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% Diverse Color Definitions

\definecolor{APBdarkred}{rgb}{0.73,0.00,0.00}
\definecolor{APBdarkgray}{rgb}{0.35,0.36,0.44}

\definecolor{jj_banner_bg}{named}{APBdarkred}
\definecolor{jj_banner_txt}{named}{white}
\definecolor{jj_bg}{named}{Yellow}

\definecolor{APBdarkred}{rgb}{0.73,0.00,0.00}
\definecolor{APBdarkgray}{rgb}{0.35,0.36,0.44}

\DeclareColors
{
    fillCells: APBdarkgray,
    fillBanner: APBdarkred,
    textBanner: jj_banner_txt,
    textBoard: jj_banner_txt,
    fillInstructions: jj_bg,
    fillGameBoard: jj_bg,
    fillQuestions: jj_bg,
    linkColor: APBdarkred,
    dollarColor: APBdarkred,
}

\APDollar
{
    Font: Helv,
    TextColor: 0 0 0,           % color of text for the gameboard cells
    BorderColor: 0 0 0,         % color of border for the gameboard cells
    FillColor: 0.97 0.65 0.00,  % the fill color for the gameboard cells
}

\APHidden
{
    Font: Helv,
    TextColor: 0 0 1,
    BorderColor: 0 0 0,
    FillColor: 0 1 0,
}

\APRight
{
   Font: Helv,
   TextColor: .996 .133 .133,
   FillColor: 0 1 0,
}

\APWrong
{
   Font: Helv,
   TextColor: 0 0 0,
}

\APScore
{
    Font: Arial,
    CellWidth: 2.25in,
}