
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#ccfff1;
	}

h2 {	
	background:			#003f2d;
	}
	
#logo {
	background: 		#003f2d;
	}
	
#menu {
	background: 		#27251f;
	}
	
.tdLabelHeaderShaded {	
	background:			#003f2d;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#003f2d;
	}	
	
a:link  {
	color:				#1e8449;
	}
	
a:visited  {
	color:				#1e8449;	
	}
	
a.bounce {
	color:				#1e8449;	
	}
	
a.highlight {
	color:				#1e8449;	
	}