	  BODY {
	color : black;
	background :  #ffffff;
}

	  DIV {
	margin : 2%;
	background :  #ffffff;
	color : black;
}

	  .intro {
	background :  #ffffff;
	color : #1E2A63;
	font-style : italic;
	font-family : arial, helvetica, sans-serif;

}

	 h1 {
	background :  #ffffff;
	color : #000000;
	font-family : arial, helvetica, sans-serif;

}

	 h2 {
	background :  #ffffff;
	color : #000000;
	font-family : arial, helvetica, sans-serif;

}

	 h3 {
	background :  #ffffff;
	color : #000000;
	font-family : arial, helvetica, sans-serif;

}

	 h4 {
	background :  #ffffff;
	color : #000000;
	font-family : arial, helvetica, sans-serif;

}

	 .indent1 {
	margin-left : 2%;
	background :  #ffffff;
	color : #000000;
}

	 .indent2 {
	margin-left : 4%;
	background :  #ffffff;
	color : #000000;
}

	.comments {
	background: #cc0000;
	color : #ffffff;
}

	 .b {
	background :  #ffffff;
	color : #000000;
}

	 .lead {
	font-weight : bold;
	font-style : italic;
	font-family : arial, helvetica, sans-serif;
}
 
	 
	  A:link {
	background :  #ffffff;
	color : #1E2A63;
}
       /* unvisited link */
	  A:visited {
	background :  #ffffff;
	color : #6D0026;
}
   /* visited links */
	  A:active {
	background :  #ffffff;
	color : #000000;
}
    /* active links */
	  
