%% This file provides a set of colour and font definitions for use
%% with other LaTeX packages
\typeout{Extended colour selection and font size rechanging macros}
\typeout{Date: 15 September 2003 by Chakravarthy Bhagvati}
\usepackage{pstricks}
%%
%% Font changing commands
\newcommand{\garamond}[1]{\usefont{T1}{tgm}{m}{n}\selectfont #1\normalfont}
\newcommand{\comicsans}[1]{\usefont{T1}{tcc}{m}{n}\selectfont #1\normalfont}
\newcommand{\baskerville}[1]{\usefont{T1}{tbv}{m}{n}\selectfont #1\normalfont}
\newcommand{\tahoma}[1]{\usefont{T1}{tth}{m}{n}\selectfont #1\normalfont}
\newcommand{\verdana}[1]{\usefont{T1}{tvr}{m}{n}\selectfont #1\normalfont}
\newcommand{\brushscript}[1]{\usefont{T1}{tbs}{m}{n}\selectfont #1\normalfont}
\newcommand{\cardiff}[1]{\usefont{T1}{tcd}{m}{n}\selectfont #1\normalfont}
\newcommand{\english}[1]{\usefont{T1}{ten}{m}{n}\selectfont #1\normalfont}
\newcommand{\palatino}[1]{\usefont{T1}{ppl}{m}{n}\selectfont #1\normalfont}
%%
%% Font-size changing commands
\newcommand{\csix}{\fontsize{6}{8pt}\selectfont}
\newcommand{\ceight}{\fontsize{8}{10pt}\selectfont}
\newcommand{\cten}{\fontsize{10}{12pt}\selectfont}
\newcommand{\ctwelve}{\fontsize{12}{14pt}\selectfont}
\newcommand{\cfourteen}{\fontsize{14}{17pt}\selectfont}
\newcommand{\csixteen}{\fontsize{16}{19pt}\selectfont}
\newcommand{\ceighteen}{\fontsize{18}{22pt}\selectfont}
\newcommand{\ctwenty}{\fontsize{20}{28pt}\selectfont}
\newcommand{\ctwentytwo}{\fontsize{22}{26pt}\selectfont}
\newcommand{\ctwentyfour}{\fontsize{24}{28pt}\selectfont}
\newcommand{\ctwentyeight}{\fontsize{28}{33pt}\selectfont}
\newcommand{\cthirty}{\fontsize{30}{36pt}\selectfont}
\newcommand{\cthirtysix}{\fontsize{36}{43pt}\selectfont}
\newcommand{\cforty}{\fontsize{40}{48pt}\selectfont}
\newcommand{\cfifty}{\fontsize{50}{70pt}\selectfont}
\newcommand{\csixty}{\fontsize{60}{85pt}\selectfont}
\newcommand{\cseventy}{\fontsize{70}{120pt}\selectfont}
\newcommand{\ctwoinch}{\fontsize{144}{160pt}\selectfont}
%%
%% Some colours for use in the document - definitions follow TVZ's commands
%% 
%% Shades of Red
\newrgbcolor{LightRed}{0.85 0 0}
\newrgbcolor{DarkRed}{0.5 0 0}
\newrgbcolor{VeryDarkRed}{0.25 0 0}
%%
%% Shades of Green
\newrgbcolor{LightGreen}{0 0.85 0}
\newrgbcolor{DarkGreen}{0 0.5 0}
\newrgbcolor{VeryDarkGreen}{0 0.25 0}
%%
%% Shades of Blue
\newrgbcolor{LightBlue}{0 0 0.85}
\newrgbcolor{DarkBlue}{0 0 0.5}
\newrgbcolor{VeryDarkBlue}{0 0 0.25}
%%
%% Shades of Grey
\newrgbcolor{LightGrey}{0.75 0.75 0.75}
\newrgbcolor{MediumGrey}{0.5 0.5 0.5}
\newrgbcolor{DarkGrey}{0.25 0.25 0.25}
%%
%% Off-white colours
\newrgbcolor{Ivory}{1 1 0.94}
\newrgbcolor{DarkIvory}{0.9 0.9 0.81}
\newrgbcolor{Parchment}{0.9 0.8 0.7}
\newrgbcolor{CornSilk}{1 0.98 0.95}
\newrgbcolor{SlateGrey}{0.35 0.6 0.45}
\newrgbcolor{CornflowerBlue}{0.84 0.94 1}
\newrgbcolor{LightLilac}{0.68 0.796 1}
\newrgbcolor{BlueWhite}{0.95 0.95 1.0} 
%%
%% Shades of Magenta and Purple
\newrgbcolor{Magenta}{1.0 0.0 1.0}
\newrgbcolor{LightMagenta}{1.0 0.80 1.0}
\newrgbcolor{Violet}{0.84 0.5 0.84}
\newrgbcolor{DarkViolet}{0.5 0.25 0.5}
\newrgbcolor{DarkPurple}{0.63 0.25 0.5}
\newrgbcolor{DeepPurple}{0.48 0.16 0.32}
\newrgbcolor{Purple}{0.90 0.25 0.84}
\newrgbcolor{Lilac}{0.84 0.75 0.92}
\newrgbcolor{DarkLilac}{0.625 0.5 0.75}
%%
%% Shades of Cyan
\newrgbcolor{Cyan}{0.0 1.0 1.0}
\newrgbcolor{DarkCyan}{0.0 0.5 0.5}
\newrgbcolor{Aquamarine}{0.75 1.0 0.88}
\newrgbcolor{DarkAquamarine}{0.36 0.625 0.5}
\newrgbcolor{DarkTurquoise}{0 0.75 0.72}
\newrgbcolor{DarkBlueGreen}{0 0.5 0.6}
%%
%% Shades of Yellow
\newrgbcolor{Yellow}{1.0 1.0 0.0}
\newrgbcolor{Gold}{0.75 0.75 0.25}
\newrgbcolor{DarkYellow}{0.5 0.5 0.0}
\newrgbcolor{DarkBiscuit}{0.75 0.5 0}
\newrgbcolor{Brown}{0.35 0.15 0.07}
\newrgbcolor{Orange}{1.0 0.625 0.0}
%%
%% Some other colours
\newrgbcolor{HoneyDew}{0.94 1 0.94}
\newrgbcolor{DarkHD}{0.88 1 0.980}
\newrgbcolor{Plum}{1 0.85 1}
\newrgbcolor{LightElectricBlue}{0.36 0.44 0.64}