 body {
  background-color: #00008B;
 }
 p {
	text-align: center;
	color: white;
}
h3 {
	color: White;
	font-family: Verdana; 
	text-align: center;
	font-size: 25px;
}
h1 {
	color: white;
	font-family: Comic Sans MS;
	text-align: center;
	font-size: 30px;
}
img {
	height: 100px;
	width: 100px;
}
span img {
	width: 300px;
	height: 300px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
}
a:link, a:visited {
	display: block;
    width: 120px;
    font-weight: bold;
    color: blue;
    background-color: white;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: lowercase;
}
a:hover, a:active {
    background-color: blue;
    color: white;
}
li {
	float: left;
	
}