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