.menu {
	color: #ffdead;
	text-decoration: none;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
