

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{
background-image:
url("/images/sm_dim_logo.jpg");
background-attachment: 
fixed
}
TD, P 
	{ 
	  color: #000000;
	}

















