/* color names (standard):

	aqua, black, blue, 
	fuchsia, gray, green, 
	lime, maroon, navy, 
	olive, purple, red, 
	silver, teal, white, yellow
*/

body {
	background-image: url("images/green_ferns_light_sm_wht_me.jpg");
	color: green;
}

h1 {
	text-align: center;
	font-size: 200%;
	font-family: helvetica;
}

h2 {
	text-align: center;
	font-size: 150%;
}

h3 {
	text-align: center;
	font-size: 100%;
}

a:active {
	color: #3D824B;
}
a:link {
	color: green;
}
a:visited {
	color: #80C080;
}

P.copyright {
	font-size: 75%;
	text-align: center;
}



