/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	}
A   	{ color: #7A7AA2; text-decoration: none; }
A:link	{ color: #5B5B8C; text-decoration: none; }
A:visited { color: #A1A2B4; text-decoration: none; }
A:active { color: #7A7AA2; }
A:hover	{ color: #B65D5D; }
