p {
	color: #4F5A24;
	text-align: center;
}

H1 { 
	color: #4F5A24;
		text-align: center;
}

H2 { 
	color: #4F5A24;
	text-transform: uppercase; 
	letter-spacing: 7;
		text-align: center;
}

H3 { 
	color: #4F5A24;
		text-align: center;
}

H4 { 
	color: #4F5A24;
		text-align: center;
}

H5 { 
	color: #4F5A24;
}

H6 { 
	color: #4F5A24;
}

a:link {
	text-decoration: none;
	color: #4F5A24;
}

a:visited {
	color: Gray;
	text-decoration: none;
}

a:active {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}
