h1{
text-align: center;
color: white;
font-size: 40px;
border: 30px solid navy;
background-color: steelblue;
font-family: Arial Black	
}

h2{
	text-align:center;
	margin-left:20px;
	width:12%;
	color: white;
	font-family: arial black;
	background-color: steelblue;
	border: 2px solid navy;
}
body{
	background-color: #f4a460;
}
p{border: 10px solid navy;
	font-size: 20px;
	margin-left:20px;
	text-indent:20px;
	margin-right:20px;
	background-color: steelblue;
	text-align: center;
	color: white;
	font-family: georgia
}
img{
	float: middle;
	margin: 0 0 10px 10px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    float: left;	
}

a {
    display: block;
    width: 125px;
	font-size: 20px;
}
a:link{
	color: navy blue;
	text-decoration: none;
	font-family: arial black;
}
a:hover{
	color: yellow;
	
}
a:active{
	color: pink;
}
.bigger{
	font-weight: bold;
}
#sideways{
	font-style: italic;
}