A.footer:link {
	color: #0000FF;
	text-decoration: underline;
}

A.footer:visited {
	color: #0000FF;
	text-decoration: underline;
}

A.footer:active {
	color: #660099;
	text-decoration: underline;
}

A.footer:hover {
	color: FF0000;
	text-decoration: underline;
}
A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #660099;
	text-decoration: none;
}

A:hover {
	color: CC0000;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
}
