    body
		{
			background-color: #D2D6E2;
		}

		#heading
		{
			background-color: #324972;
		}

		#accessibility
		{
			background-color: white;
		}

		#navigation
		{
			background-color: white;
		}
		#content, #access, #size, #colour
		{
			background-color: #DDDDDD;
			color: black;
		}

		#small, #default, #large
		{
			background-color: white;
			color: black;
		}

		#purple, #medium, #red, #blue, #brown, #system, #save
		{
			color: white;
		}
        #def
        {
            background-color: white;
            color: black;
        }

		#leftcol
		{
			background-color: white;
		}

		#rightcolrow1, #rightcolrow2, #rightcolrow3, #rightcolrow4
		{
			background-color: white;
		}

		#textboxleftrow1, #textboxleftrow2, #textboxleftrow3, #textboxleftrow4
		{
			color: white;
			background-color: #DDDDDD;
		}

		#textboxrightrow1, #textboxrightrow2, #textboxrightrow3, #textboxrightrow4
		{
			color: white;
			background-color: #DDDDDD;
		}

		#minutes
		{
			background-color: #DDDDDD;
		}

		#inset
		{
			background-color: #DDDDDD;
		}


		#footer, #footermenu, #main
		{
			background-color: white;
		}

		h1, h2, h3, h4, h5, h6, p, ul, ol, dl, a
		{
			color: black;
		}

		a:hover
		{
			color: blue;
		}		

		.copyright a
		{
			color: white;
		}
		.copyright a:hover
		{
			color: black;
		}
    .black {color:black;}