/* Copyright (c) 2006 Peter Shah
   Permission is granted for this style document to be used in whole or in 
   part for non-comercial online purposes so long as this header comment 
   remains attached to the document.

   Home Page: http://www.klargia.com/~pds
   Powered by the vi editor since 2001.
*/

/* This style sheet is an auxiliury style designed to provide
   an alternate color scheme for some parts of this web site.
   This style sheet switches from the default red/white scheme
   to a black/grey setup. */

body	{
	 background-color: #90a0a0; 
	}

#navigation a	{
		 background-color: black;
	      	}

#content	{
		 background-color: #90a0a0;
		 background-image: inherit;
		 color:            black;
		}

/* generic tag updates here */
a	{
	 color: black;
	}

a.section_link	{
		 color:          #660066;
		}

td b	{
	 color: black;
	}

