BODY{
	font-family : Arial, AnimalTracks, "Arial Black";
	color: White;
	background-color : Black;
}

A.menu {
	text-decoration: none;
	color: Yellow;
}

A.menu:Hover {
	text-decoration: underline;
	background : Black;
}

A.menu:VISITED {
	text-decoration: underline;
	color: Fuchsia;
}

A.table {
	text-decoration: none;
	color: Yellow;
}

A.table:Hover {
	text-decoration: underline;
	background : Black;
}

A.table:VISITED {
	text-decoration: underline;
	color: Fuchsia;
}
