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

TD, P
	{
	  color: #000000;
	}

.albumdesc /* override a choice default or two from embedded_style.css */
	{
	  border: 1px solid #000000;
	  background-color: #a6b7c8;
	}


