p {
	color: #6E6F00;
}

H1 { 
	color: #6E6F00;
}

H2 { 
	color: #6E6F00;
}

H3 { 
	color: #6E6F00;
}

H4 { 
	color: #6E6F00;
}

H5 { 
	color: #6E6F00;
}

H6 { 
	color: #6E6F00;
}

a:link {
	text-decoration: none;
	color: #6E6F00;
}

a:visited {
	color: Gray;
	text-decoration: none;
}

a:active {
	color: Red;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}