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

   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: #003366; }
A:hover { 
	color: #74082C; 
	text-decoration: none;
}

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  background-color: #e0e0e0;
	  color: #000000;
	}
TD, P 
	{ 
	  color: #000000;
	}

a.miketitle:link { color: #74082C; text-decoration: none }
a.miketitle:visited { color: #74082C; text-decoration: none }
a.miketitle:hover { color: #74082C; text-decoration: underline}
a.miketitle:active { color: #74082C; text-decoration: underline }