/*
 * Define the colours used. Define as variables, to facilitate easier
 * modification (e.g. to enable "dark mode")
 *
 */
 
 :root {
    --background-global: #fffefd;
	--background-highlight-1: #7FFFD4; /* aquamarine */
	--background-highlight-2: #FFE4E1; /* mistyrose */
	--background-highlight-3: #FAF0E6; /* linen*/
	--background-highlight-4: #E6E6FA; /* lavender */
	--background-copyright: #333333;
	--foreground-copyright: #cccccc;
	--foreground-copyright-link: #cccccc;
	--foreground-copyright-visited: #cccccc;
	--foreground-copyright-hover: #eeeeee;
	--foreground-copyright-active: #eeeeee;
	--background-cookie: rgba(0, 51, 0, 0.75);
	--background-cookie-button: #00cc99;
	--foreground-cookie: #eeeeee;
    --foreground-header: #333333;
    --foreground-header-h2: #666666;
    --foreground-content-subhead: #666666;
    --foreground-global: #333333;
	--background-grey-cell: #cccccc;
	--menu-link-after: #ffffff;
 }
 