/* This is the customized style sheet used by the Gallery when
   it is running as a standalone product created from the default file.  

     "standalone_style.css.default"		Default stylesheet
     "standalone_style.css"				Custom stylesheet

   If the custom file is found in this directory it will be 
   used instead of the default one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active { 
	color: #dadada;
	}
A:hover { 
	color: #dadada;
	}
/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	background-color: #4E4E4A;
	color: #1a1a1a;
	}
TD, P 
	{ 
	color: #1a1a1a;
	}

