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



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

html, body {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
	

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

/* Remove highest layer from the list */
#san, #indians, #inuit { /* Hide all the layers */
	position: absolute;
	left: 20px;
	visibility: hidden;
	}
	
#inuit { /* Show default layer */
	visibility: visible;
	}
	
#intro {
	padding: 10px 10px 7px 10px; /* NN only */
	/*/*/ padding: 12px 8px 0px 10px; /* */
	margin-top: 10px; /* */
	/*/*/ margin-top: 10px; /* */
	/*/*/ margin-bottom: 10px; /* */
	}

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

p.content {
	color: #666;
	padding: 5px 10px 20px 10px;
	}
	
p.content a:link {
	color: #666;
	text-decoration: none;
	}
	
p.content a:hover {
	color: #CCFF00;
	background-color: #666666;
	text-decoration: none;
	}
	
p.where {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 12px; /* NN only */
	/*/*/ padding: 8px 5px 0px 12px; /* */
	line-height: 1.12em;
	}

#q1, #q2, #q3, #q4, #q5 { /* Hide all the layers */
	position: absolute;
	left: 400px;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}
