/* 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 purple/black setup. */

body	{
	 background-color: black; /*
	 background-image: url(../images/startile.gif);*/
	}

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

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

td b	{
	 color: white;
	}

