body {
	background-color: green;
}
img {
	height: 200px;
}
p	{
	text-align: center;
	color: pink;
}
h1	{
	text-align: center;
	color: pink;
}
.logo {
	text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}
a {
	text-decoration: none;
	color: white;
	background-color: black;
}
.logo {
	text-align: left;
}
.menu {
	text-align: center;
}