/* Top of Page Titles */
  .ttl1{
  font-family: times new roman, arial, helvetica;
  font-size:18pt;
  color:#940494;
  margin-bottom:5px;
  margin-top:10px;
  font-weight:700;
  text-align:left;
  }

/* used on Events Page */
  .ttl2{
  font-family: times new roman, arial, helvetica;
  font-size:14pt;
  color:#943094;
  margin-bottom:5px;
  margin-top:10px;
  font-weight:700;
  text-align:left;
  }

/* subtitles Events page Use same color as ttl2*/  
  .ttl3{
  font-family:verdana, arial, helvetica;
  font-size:12pt;
  color:#943094;
  margin-bottom:3px;
  font-weight:700;
  text-align:left;
  font-style:italic;
  }
  
/*Bottom Page Taglines */
 .ttl4{
  font-family:verdana, arial, helvetica;
  font-size:11pt;
/*  color:#cc6600; My gold color */
  color:#943094;
  margin-bottom:15px;
  font-weight:700;
  text-align:center;
  font-style:italic;  
  }  
  
	
/* Text: Main body text on moonlight background */	
  .txt1{
  font-size:11pt;
  font-family:verdana;
  color:#144853;
  line-height:130%;
  font-weight:700;
  }

/* The Contact Page Email Addresses */
  a.nav1 {
	text-decoration:underline;
	font-family: verdana, arial,Helvetica;
	font-size: 11pt;
  font-weight: 700;
}
  a.nav1:link{color:blue;}
  a.nav1:visited{color:#000099;}
  a.nav1:hover{font-weight:700;color:#ff4500;}

  
  
/* The Storytelling Links Page */
  a.nav2 {
	text-decoration:underline;
	font-family: verdana, arial,Helvetica;
	font-size: 12pt;
  font-weight: 700;
}
  a.nav2:link{color:#000099;}
  a.nav2:visited{color:#000099;}
  a.nav2:hover{font-weight:700;color:#ff4500;}


  a.nav3 {
	text-decoration:none;
	font-family: verdana, arial,Helvetica;
	font-size: 12pt;
  font-weight: 700;
}
  a.nav3:link{color:#000099;}
  a.nav3:visited{color:#ff6600;}
  a.nav3:hover{font-weight:700;color:#ff6600;}

  
  a.nav4 {
	text-decoration:underline;
	font-family: verdana, arial,Helvetica;
  font-weight:700;
  font-size:13pt;  
}

  a.nav4:link{color:#4b0082;}
  a.nav4:visited{color:#4b0082;}
  a.nav4:hover{color:#ff4400;}  


  
