A:HOVER {color : Gold; text-decoration : underline;}

A.footer:LINK {
	text-decoration: underline;
	color: DarkSeaGreen;
}

A.footer:VISITED {
	text-decoration: underline;
	color: DarkSeaGreen;
}

A.footer:ACTIVE {
	text-decoration: underline;
	color: Gold;
}

A.footer:HOVER {
	color: Gold;
	text-decoration : underline;
}

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
