/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	}

p.crumbs {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: -13px;
	}

.crumbs a {
	color: #009030;
	text-decoration: underline;
	}
	
	