/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	background-color: #99FF000;
	color: #666666;
	}

