
:link {
	/* COLOR: #3366FF; */
	COLOR: #0000CC;
} 
:visited {
	COLOR: #0000CC;
	/* COLOR: red; */
}
:hover {
	COLOR: #ff2800;
}
.navMenu {
	font-family: "Times New Roman", Times, serif; 
	font-size=-1;
	text-decoration: none;
	/* font-weight=bold  -- seem to have no effect on Mozilla 1.4 */
}
/* 
.navMenu:link {color: #0000CC; text-decoration:none}
.navMenu:visited {color: #0000CC; text-decoration: none}
.navMenu:hover {color: #ff2800; text-decoration: none}
*/

