/* Style Sheet - menu.asp */
	table {
		font-family: Tahoma;
		font-size: 8pt;
		background-color: White;
	}
	a {
		text-decoration: none;
		color: black;
	}
	a:visited {
		text-decoration: none;
		color: black;
	}
	a:active {
		text-decoration: none;
		color: black;
	}
	a:hover {
		text-decoration: none;
		color: red;
	}
