A:HOVER {color : Crimson; text-decoration : underline;}

A.menu:LINK {
	text-decoration: underline;
	color: DodgerBlue;
}

A.menu:VISITED {
	text-decoration: underline;
	color: DodgerBlue;
}

A.menu:ACTIVE {
	text-decoration: underline;
	color: SkyBlue;
}

A.menu:HOVER {
	color: SkyBlue;
	text-decoration : underline;
}

A.menu1:LINK {
	text-decoration: underline;
	color: White;
}

A.menu1:VISITED {
	text-decoration: underline;
	color: White;
}

A.menu1:ACTIVE {
	text-decoration: underline;
	color: Yellow;
}

A.menu1:HOVER {
	color: Yellow;
	text-decoration : underline;
}

td {
	font-family: arial,helvetica,verdana,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 12px;
	line-height: 16px;
}
