html, body {
	color: #fff;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: Georgia, Times, serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: medium; /* */
	font-style: italic;
	font-weight: normal;
	}

/***** Template dHTML styles *****/

/* Remove highest layer from the list */
#default, #designer, #stage, #publicity, #wardrobe { /* Hide all the layers */
	position: absolute;
	left: 41px;
	visibility: hidden;
	}
	
#default { /* Show default layer */
	visibility: visible;
	}

/***** Block elements *****/

p {
	color: #fff;
	line-height: 1.5em; /* leading */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px 0px 0px 0px; /* NN only */
	/*/*/ padding: 10px 0px 0px 0px; /* */
	}
	
p.intro {
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 40px 20px 0px 20px; /* NN only */
	/*/*/ padding: 30px 20px 0px 20px; /* */
	text-align: center;
	}

