html, body, div, p, div p {
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: #223333;
		}
	
body div p, body div { /* Full reference for NN4 */
	text-indent: 1em;
	line-height: 1.45em;
	margin-top: 0;
	margin-bottom: 0;
	}

p.intro {
	font-size: medium;
	/*/*/ font-size: medium; /* */ 
	text-indent: 0em;
	line-height: 1.45em;
	}

p {
	font-size: medium;
	/*/*/ font-size: medium; /* */ 
	line-height: 1.45em;
	}
	
.cause { 
	color: #223333; 
	text-decoration: none;
	}
.cause a:link { 
	color:#223333; 
	text-decoration: none;
	}
.cause a:hover { 
	color:#002299; 
	background-color:#88FFEE; 
	text-decoration: none;
	}
.cause a:visited { 
	color:#223333; 
	text-decoration: none;
	}
	
.effect { 
	color: #223333; 
	text-decoration: none;
	}
.effect a:link { 
	color:#223333; 
	text-decoration: none;
	}
.effect a:hover { 
	color:#990000; 
	background-color:#FFEE00; 
	text-decoration: none;
	}
.effect a:visited { 
	color:#223333; 
	text-decoration: none;
	}
	
/* Remove highest layer from the list */
#cause1, #cause2, #cause3, #cause4, #cause5 { /* Hide all the layers */
	position: absolute;
	left: 0;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}
	
#effect1, #effect2, #effect3, #effect4, #effect5 { /* Hide all the layers */
	position: absolute;
	left: 457px;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}

