    body
		{
			background-color: white;
		}
        .button, .pillbutton
        {
            color:black;
        }
		#heading
		{
			background-color: #FF7C00;
			color: white;
		}

		#accessibility
		{
			background-color: #993300;
		}

		#navigation
		{
			background-color: #993300;
		}
		#home
		{
			background-color: maroon;
			border-style:inset;
		}

		#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;
		}


		h1, h2, h3, h4, h5, h6, p, ul, ol, dl, a
		{
			color: black;
		}
    #footer a
    {
      color:white;
    }
    #footer a:hover
    {
      color:yellow;
    }
		a:hover
		{
			color: blue;
		}		
        .button:hover, .pillbutton:hover
        {
          color:white;
        }
		h1, h3, h4, h5, h6
		{
			color: yellow;
		}

		#copyright
		{
			color: silver;
		}
