A:HOVER {
	color : #CC3333;
	text-decoration : underline;
}

A.footer:LINK {
	text-decoration: underline;
	color: Black;
}

A.footer:VISITED {
	text-decoration: underline;
	color:Black;
}

A.footer:ACTIVE {
	text-decoration: underline;
	color: #C3102C;
}

A.footer:HOVER {
	color: #FF0000;
	text-decoration : underline;
}

A.apart:LINK {
	text-decoration: underline;
	color: FireBrick;
}

A.apart:VISITED {
	text-decoration: underline;
	color: FireBrick;
}

A.apart:ACTIVE {
	text-decoration: underline;
	color: red;
}

A.apart:HOVER {
	color: red;
	text-decoration : underline;
}

A.footer1:LINK {
	text-decoration: underline;
	color: White;
}

A.footer1:VISITED {
	text-decoration: underline;
	color: White;
}

A.footer1:ACTIVE {
	text-decoration: underline;
	color: #F3B202;
}

A.footer1:HOVER {
	color: #F3B202;
	text-decoration : underline;
}

td {  font-family: Arial,Verdana,Helvetica,sans-serif; font-size: 13px}

