<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  </PRE>
<PRE>   If you would like to customize the styles please create 
   copy of this file called </PRE>
<PRE>     &quot;standalone_style.css&quot; (same name without &quot;.default&quot;)</PRE>
<PRE>   If that file is found in this directory it will be 
   used instead of this one.</PRE>
<PRE>   Some of the styles below are overriden by specific 
   album properties. These are noted.</PRE>
<PRE>   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.</PRE>
<PRE>   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ </PRE>
<PRE>/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }</PRE>
<PRE>/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #FFFFFF;
	  color: #000000;
	}
TD, P 
	{ 
	  color: #000000;
	}</PRE>
