.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	color: #FF3300;
	text-decoration: underline;
}
