h1
{
	border:4px red outset;
	border-radius:10px;
	box-shadow:10px 10px 10px;
	
	
	
}


li{
list-style-type: none;
background: gray;
width: 250px;
height: 30px;
text-align: center;
margin-top: 1px;
}

a{
	font-size:20px;
	color:white;
	text-decoration:none;
	line-height:30px
}

li:hover{
	background: gray;
}

li:hover a{
	color:black;
}

#menu ul
{
margin-left:250px;
padding:5px;

}

#menu li
{
float:left;
}

