.menu {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}
.menu:link {
	text-decoration: none;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu:active {
	text-decoration: none;
	color: #000000;
}

