h1 

{
	text-align: center;
	text-decoration: normal ;
	color: pink;
	font-style: normal;
	font-size: 60px;
	border: 2px grey ;
	
	
}

body

{
	color: black;
	background-color: grey;
	background-repeat: repeat;
	font-size: 18px;
	background-attachment: fixed;
}
li{
list-style-type: none;
background: gris;
width: 250px;
height: 30px;
text-align: center;
margin-top: 1px;
}

a{
	font-size:18px;
	color:red;
	text-decoration:none;
	line-height:30px
}

li:hover{
	background: white;
}

li:hover a{
	color:red;
}

#menu ul
{
margin-left:450px;
padding:5px;
}

#menu li
{
float:left;
}
