
A.contactlink {
	background-color: #3fb64f;
	color: White;
	text-decoration: none;
}
A:hover.contactlink {
	color: Black;
	text-decoration: none;
}


#copy A {
	background-color: White;
	color: #3fb64f;
	text-decoration: none;
}
#copy A:hover {
	background-color: #3fb64f;
	color: White;
	text-decoration: none;
}

#copy UL {
	list-style-type : circle;
	list-style-image : url(contact.gif);
}

#foot3 {
	top: 400px;
}
