a.menu {
	color : Navy;
	text-decoration : none;
	font-size : x-small;
	font-family : "Arial Black";
}

a:hover.menu {
	color : Red;
}

body {
	font-family : Verdana;
	color : Navy;
	font-size : xx-small;
}

td {
	font-family : Verdana;
	color : Navy;
	font-size : xx-small;
}

a {
	color : Black;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

INPUT {
	font-family : Verdana;
	font-size : xx-small;
}