.menu{
	 position: fixed;
	 width: 100%;
     height: 45px;
	 margin:0px 0px 0px 0px; 
}

h1{
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background-color: #FFDEAD;
}