
/*	
	======================================================================

	stylesheets/public/links.css

	======================================================================
*/



/* ----------------------------------------------------
   general links
   ---------------------------------------------------- */

	a { outline-width: 0; }   /* remove Firefox image link border */
	
	a:link, a:visited {
		
		font-weight: bold;
/*	changed for 508 compliance 2024-11-13 CEG 		color: #9DC435; */
		color: #62810C;  /* EcoAdapt green */
		text-decoration: none;
	}
	
	a:hover {
	
		font-weight: bold;
		color: #0071B5;  /* EcoAdapt blue */
		text-decoration: none;
	}
	
	a:active {
	
		font-weight: bold;
		color: #0071B5;  /* EcoAdapt blue */
		text-decoration: underline;
	}
	

/* ----------------------------------------------------
   small links
   ---------------------------------------------------- */

 	a.small_link:link,
 	a.small_link:visited {
 	
 		font-size: 1.5rem;
/*	changed for 508 compliance 2024-11-13 CEG 		color: #9DC435; */
		color: #62810C;  /* EcoAdapt green */
 		text-decoration: none;
 		font-weight: normal;
 	}
 	
 	a.small_link:hover {
 	
 		font-size: 1.5rem;
		color: #0071B5;  /* EcoAdapt blue */
 		text-decoration: none;
 		font-weight: normal;
 	}
 	
 	a.small_link:active {
 	
 		font-size: 1.5rem;
		color: #0071B5;  /* EcoAdapt blue */
 		text-decoration: underline;
 		font-weight: normal;
 	}


/* ----------------------------------------------------
   top nav links
   ---------------------------------------------------- */

	.top_nav_link a {  cursor:  pointer;  }
	
 	.top_nav_link a:link,
 	.top_nav_link a:visited {
 	
/*	changed for 508 compliance 2024-11-13 CEG 		color: #A4C34E; */
		color: #62810C;
 		text-decoration: none;
 		font-weight: normal;
 	}
 	
 	.top_nav_link a:hover {
 	
/*	changed for 508 compliance 2024-11-13 CEG 		color: #A4C34E; */
		color: #62810C;
 		text-decoration: underline;
 		font-weight: normal;
 	}
 	
 	.top_nav_link a:active {
 	
/*	changed for 508 compliance 2024-11-13 CEG 		color: #A4C34E; */
		color: #62810C;
 		text-decoration: none;
 		font-weight: normal;
 	}
 	
 		
/* ----------------------------------------------------
   left nav links
   ---------------------------------------------------- */

 	a.left_nav_link:link,
 	a.left_nav_link:visited {
 	
/*	changed for 508 compliance 2024-11-13 CEG 		color: #9DC435; */
		color: #62810C;
 		text-decoration: none;
 	}
 	
 	a.left_nav_link:hover {
 	
		color: #0071B5;  /* EcoAdapt blue */
 		text-decoration: none;
 	}
 	
 	a.left_nav_link:active {
 	
		color: #0071B5;  /* EcoAdapt blue */
 		text-decoration: underline;
 	}
 	
 		


