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

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
}


